Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
|
|
2 |
import textgrad as tg
|
3 |
import os
|
4 |
|
5 |
-
tg.set_backward_engine(tg.get_engine("gpt-4o"))
|
6 |
|
7 |
# Hardcoded examples
|
8 |
default_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"), override = True)
|
6 |
|
7 |
# Hardcoded examples
|
8 |
default_initial_solution = """To solve the equation 3x^2 - 7x + 2 = 0, we use the quadratic formula:
|