Spaces:
Build error
Build error
Update src/rag.py
Browse files- src/rag.py +1 -1
src/rag.py
CHANGED
|
@@ -93,7 +93,7 @@ def load_emotion_classifier(api_base_url="http://127.0.0.1:1234/v1"):
|
|
| 93 |
repo_id="rdz-falcon/llma_fine-tuned",
|
| 94 |
filename="unsloth.F16.gguf",
|
| 95 |
)
|
| 96 |
-
|
| 97 |
# llm = ChatOpenAI(
|
| 98 |
# openai_api_base=api_base_url,
|
| 99 |
# openai_api_key="dummy-key", # Required by LangChain, but not used by LM Studio
|
|
|
|
| 93 |
repo_id="rdz-falcon/llma_fine-tuned",
|
| 94 |
filename="unsloth.F16.gguf",
|
| 95 |
)
|
| 96 |
+
return llm
|
| 97 |
# llm = ChatOpenAI(
|
| 98 |
# openai_api_base=api_base_url,
|
| 99 |
# openai_api_key="dummy-key", # Required by LangChain, but not used by LM Studio
|