tboen1 commited on
Commit
fdb91dd
1 Parent(s): b62ff1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: