Spaces:
Sleeping
Sleeping
Update data_driven_characters/chatbots/retrieval.py
Browse files
data_driven_characters/chatbots/retrieval.py
CHANGED
|
@@ -92,7 +92,7 @@ Current conversation:
|
|
| 92 |
Human: {{{self.input_key}}}
|
| 93 |
{character_definition.name}:"""
|
| 94 |
)
|
| 95 |
-
GPT3 = ChatOpenAI(model_name="gpt-3.5-turbo",temperature=0.
|
| 96 |
chatbot = ConversationChain(
|
| 97 |
llm=GPT3, verbose=True, memory=memory, prompt=prompt
|
| 98 |
)
|
|
|
|
| 92 |
Human: {{{self.input_key}}}
|
| 93 |
{character_definition.name}:"""
|
| 94 |
)
|
| 95 |
+
GPT3 = ChatOpenAI(model_name="gpt-3.5-turbo",temperature=0.5)
|
| 96 |
chatbot = ConversationChain(
|
| 97 |
llm=GPT3, verbose=True, memory=memory, prompt=prompt
|
| 98 |
)
|