joe4ai commited on
Commit
49ff7ae
·
verified ·
1 Parent(s): d3c451a

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +1 -1
test.py CHANGED
@@ -86,7 +86,7 @@ class HumbleBeeLLM(LLM):
86
  return "humblebee-llm"
87
 
88
  # ✅ Usage Example
89
- llm = HumbleBeeLLM(username="test", password="test")
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: