HugoVoxx commited on
Commit
6affd66
·
verified ·
1 Parent(s): dee2744

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -5,10 +5,6 @@ from utils import *
5
  OUTPUT_FOLDER = 'ag4mout'
6
 
7
  def geogeosolver(question:str, model:str):
8
- if model == 'gpt-4o-mini':
9
- get_github_token()
10
- elif model == 'gemma2-9b-it':
11
- get_grog_api()
12
  reader = Reader(model=model)
13
  input = translate(question)
14
  reader.main(input)
 
5
  OUTPUT_FOLDER = 'ag4mout'
6
 
7
  def geogeosolver(question:str, model:str):
 
 
 
 
8
  reader = Reader(model=model)
9
  input = translate(question)
10
  reader.main(input)