reab5555 commited on
Commit
443fcf2
·
verified ·
1 Parent(s): 52a8d8f

Update ai_config.py

Browse files
Files changed (1) hide show
  1. ai_config.py +1 -1
ai_config.py CHANGED
@@ -17,7 +17,7 @@ def load_model(openai_api_key):
17
  return ChatOpenAI(
18
  model_name=model,
19
  openai_api_key=openai_api_key,
20
- temperature=0.01
21
  )
22
 
23
  # Initialize the OpenAI client with the API key
 
17
  return ChatOpenAI(
18
  model_name=model,
19
  openai_api_key=openai_api_key,
20
+ temperature=0.5
21
  )
22
 
23
  # Initialize the OpenAI client with the API key