Spaces:
Sleeping
Sleeping
Kelechi Osuji
commited on
Commit
·
decc45d
1
Parent(s):
f2ceeeb
Added the correct llm to the workflow
Browse files- workflow.py +0 -2
workflow.py
CHANGED
@@ -18,8 +18,6 @@ def get_workflow():
|
|
18 |
|
19 |
chat_model = get_chat_model() # Fetch the configured model from config.py
|
20 |
|
21 |
-
# Set up the language model (you can use OpenAI or another model)
|
22 |
-
llm = chat_model
|
23 |
|
24 |
# Create the conversation chain
|
25 |
conversation_chain = ConversationChain(
|
|
|
18 |
|
19 |
chat_model = get_chat_model() # Fetch the configured model from config.py
|
20 |
|
|
|
|
|
21 |
|
22 |
# Create the conversation chain
|
23 |
conversation_chain = ConversationChain(
|