Spaces:
Sleeping
Sleeping
Update proxy_server.py
Browse files- proxy_server.py +1 -1
proxy_server.py
CHANGED
@@ -34,7 +34,7 @@ sample = """
|
|
34 |
print(response.choices[0].message.content)
|
35 |
"""
|
36 |
|
37 |
-
description = f"Proxy Server to call 100+ LLMs in the OpenAI format\n\
|
38 |
|
39 |
try:
|
40 |
import fastapi
|
|
|
34 |
print(response.choices[0].message.content)
|
35 |
"""
|
36 |
|
37 |
+
description = f"Proxy Server to call 100+ LLMs in the OpenAI format\n\nSample with openai library:\n\n{sample}"
|
38 |
|
39 |
try:
|
40 |
import fastapi
|