Update ai_config.py
Browse files- 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.
|
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
|