mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
for testing github action
This commit is contained in:
parent
064ccc6ce6
commit
49ee445ea2
1 changed files with 6 additions and 6 deletions
|
@ -20,9 +20,9 @@ main.set_verbose = True
|
||||||
user_message = "Hello, how are you?"
|
user_message = "Hello, how are you?"
|
||||||
messages = [{ "content": user_message,"role": "user"}]
|
messages = [{ "content": user_message,"role": "user"}]
|
||||||
model_val = "krrish is a model"
|
model_val = "krrish is a model"
|
||||||
# test on empty
|
# # test on empty
|
||||||
try:
|
# try:
|
||||||
response = completion(model=model_val, messages=messages)
|
# response = completion(model=model_val, messages=messages)
|
||||||
except Exception as e:
|
# except Exception as e:
|
||||||
print(f"error occurred: {e}")
|
# print(f"error occurred: {e}")
|
||||||
pass
|
# pass
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue