Update app.py
Browse files
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:
|