ka1kuk commited on
Commit
80d624c
1 Parent(s): e05a5f4

Update proxy_server.py

Browse files
Files changed (1) hide show
  1. 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\nSsample with openai library:\n\n{sample}"
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