CCockrum commited on
Commit
7872aa1
·
verified ·
1 Parent(s): 2544f4c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -29,10 +29,6 @@ def query_mistral(question):
29
  output = response.json()
30
  return output[0]["generated_text"]
31
 
32
- def answer_investing_question(question):
33
- response = light_chat_model(question)[0]['generated_text']
34
- return response.strip()
35
-
36
 
37
  # API Key
38
  POLYGON_API_KEY = os.getenv("POLYGON_API_KEY")
 
29
  output = response.json()
30
  return output[0]["generated_text"]
31
 
 
 
 
 
32
 
33
  # API Key
34
  POLYGON_API_KEY = os.getenv("POLYGON_API_KEY")