Spaces:
Runtime error
Runtime error
Update test.py
Browse files
test.py
CHANGED
@@ -86,7 +86,7 @@ class HumbleBeeLLM(LLM):
|
|
86 |
return "humblebee-llm"
|
87 |
|
88 |
# ✅ Usage Example
|
89 |
-
llm = HumbleBeeLLM(username="
|
90 |
|
91 |
"""# Invoke with LangChain's API
|
92 |
while True:
|
|
|
86 |
return "humblebee-llm"
|
87 |
|
88 |
# ✅ Usage Example
|
89 |
+
llm = HumbleBeeLLM(username="new", password="newuser")
|
90 |
|
91 |
"""# Invoke with LangChain's API
|
92 |
while True:
|