tboen1 commited on
Commit
b4c36d6
·
verified ·
1 Parent(s): 48e3923

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -2,10 +2,6 @@ import streamlit as st
2
  import textgrad as tg
3
  import os
4
 
5
-
6
- tg.set_backward_engine("gpt-4o", override=True)
7
-
8
- import textgrad as tg
9
  tg.set_backward_engine(tg.get_engine("gpt-4o"))
10
 
11
  initial_solution = """To solve the equation 3x^2 - 7x + 2 = 0, we use the quadratic formula:
 
2
  import textgrad as tg
3
  import os
4
 
 
 
 
 
5
  tg.set_backward_engine(tg.get_engine("gpt-4o"))
6
 
7
  initial_solution = """To solve the equation 3x^2 - 7x + 2 = 0, we use the quadratic formula: