0504ankitsharma commited on
Commit
fa930ba
·
verified ·
1 Parent(s): 0b4e075

Update app/main.py

Browse files
Files changed (1) hide show
  1. app/main.py +1 -1
app/main.py CHANGED
@@ -72,7 +72,7 @@ llm = ChatOpenAI(
72
  api_key=openai_api_key,
73
  model_name="gpt-4-turbo-preview", # or "gpt-3.5-turbo" for a more economical option
74
  temperature=0.7,
75
- max_tokens=150
76
  )
77
 
78
  @app.get("/")
 
72
  api_key=openai_api_key,
73
  model_name="gpt-4-turbo-preview", # or "gpt-3.5-turbo" for a more economical option
74
  temperature=0.7,
75
+ max_tokens=200
76
  )
77
 
78
  @app.get("/")