df
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- Dockerfile +1 -1
- __pycache__/main.cpython-39.pyc +0 -0
- __pycache__/proxy_server.cpython-39.pyc +0 -0
- __pycache__/utils.cpython-39.pyc +0 -0
- litellm/__pycache__/__init__.cpython-39.pyc +0 -0
- litellm/__pycache__/_logging.cpython-39.pyc +0 -0
- litellm/__pycache__/budget_manager.cpython-39.pyc +0 -0
- litellm/__pycache__/caching.cpython-39.pyc +0 -0
- litellm/__pycache__/exceptions.cpython-39.pyc +0 -0
- litellm/__pycache__/main.cpython-39.pyc +0 -0
- litellm/__pycache__/router.cpython-39.pyc +0 -0
- litellm/__pycache__/timeout.cpython-39.pyc +0 -0
- litellm/__pycache__/utils.cpython-39.pyc +0 -0
- litellm/integrations/__pycache__/__init__.cpython-39.pyc +0 -0
- litellm/integrations/__pycache__/aispend.cpython-39.pyc +0 -0
- litellm/integrations/__pycache__/berrispend.cpython-39.pyc +0 -0
- litellm/integrations/__pycache__/custom_logger.cpython-39.pyc +0 -0
- litellm/integrations/__pycache__/dynamodb.cpython-39.pyc +0 -0
- litellm/integrations/__pycache__/helicone.cpython-39.pyc +0 -0
- litellm/integrations/__pycache__/langfuse.cpython-39.pyc +0 -0
- litellm/integrations/__pycache__/langsmith.cpython-39.pyc +0 -0
- litellm/integrations/__pycache__/litedebugger.cpython-39.pyc +0 -0
- litellm/integrations/__pycache__/llmonitor.cpython-39.pyc +0 -0
- litellm/integrations/__pycache__/prompt_layer.cpython-39.pyc +0 -0
- litellm/integrations/__pycache__/s3.cpython-39.pyc +0 -0
- litellm/integrations/__pycache__/supabase.cpython-39.pyc +0 -0
- litellm/integrations/__pycache__/traceloop.cpython-39.pyc +0 -0
- litellm/integrations/__pycache__/weights_biases.cpython-39.pyc +0 -0
- litellm/llms/__pycache__/__init__.cpython-39.pyc +0 -0
- litellm/llms/__pycache__/ai21.cpython-39.pyc +0 -0
- litellm/llms/__pycache__/aleph_alpha.cpython-39.pyc +0 -0
- litellm/llms/__pycache__/anthropic.cpython-39.pyc +0 -0
- litellm/llms/__pycache__/azure.cpython-39.pyc +0 -0
- litellm/llms/__pycache__/base.cpython-39.pyc +0 -0
- litellm/llms/__pycache__/baseten.cpython-39.pyc +0 -0
- litellm/llms/__pycache__/bedrock.cpython-39.pyc +0 -0
- litellm/llms/__pycache__/cloudflare.cpython-39.pyc +0 -0
- litellm/llms/__pycache__/cohere.cpython-39.pyc +0 -0
- litellm/llms/__pycache__/gemini.cpython-39.pyc +0 -0
- litellm/llms/__pycache__/huggingface_restapi.cpython-39.pyc +0 -0
- litellm/llms/__pycache__/maritalk.cpython-39.pyc +0 -0
- litellm/llms/__pycache__/nlp_cloud.cpython-39.pyc +0 -0
- litellm/llms/__pycache__/ollama.cpython-39.pyc +0 -0
- litellm/llms/__pycache__/ollama_chat.cpython-39.pyc +0 -0
- litellm/llms/__pycache__/oobabooga.cpython-39.pyc +0 -0
- litellm/llms/__pycache__/openai.cpython-39.pyc +0 -0
- litellm/llms/__pycache__/openrouter.cpython-39.pyc +0 -0
- litellm/llms/__pycache__/palm.cpython-39.pyc +0 -0
- litellm/llms/__pycache__/petals.cpython-39.pyc +0 -0
- litellm/llms/__pycache__/replicate.cpython-39.pyc +0 -0
Dockerfile
CHANGED
@@ -18,4 +18,4 @@ WORKDIR $HOME/app
|
|
18 |
|
19 |
COPY --chown=user . $HOME/app
|
20 |
|
21 |
-
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
18 |
|
19 |
COPY --chown=user . $HOME/app
|
20 |
|
21 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860", "--reload"]
|
__pycache__/main.cpython-39.pyc
CHANGED
Binary files a/__pycache__/main.cpython-39.pyc and b/__pycache__/main.cpython-39.pyc differ
|
|
__pycache__/proxy_server.cpython-39.pyc
CHANGED
Binary files a/__pycache__/proxy_server.cpython-39.pyc and b/__pycache__/proxy_server.cpython-39.pyc differ
|
|
__pycache__/utils.cpython-39.pyc
CHANGED
Binary files a/__pycache__/utils.cpython-39.pyc and b/__pycache__/utils.cpython-39.pyc differ
|
|
litellm/__pycache__/__init__.cpython-39.pyc
CHANGED
Binary files a/litellm/__pycache__/__init__.cpython-39.pyc and b/litellm/__pycache__/__init__.cpython-39.pyc differ
|
|
litellm/__pycache__/_logging.cpython-39.pyc
CHANGED
Binary files a/litellm/__pycache__/_logging.cpython-39.pyc and b/litellm/__pycache__/_logging.cpython-39.pyc differ
|
|
litellm/__pycache__/budget_manager.cpython-39.pyc
CHANGED
Binary files a/litellm/__pycache__/budget_manager.cpython-39.pyc and b/litellm/__pycache__/budget_manager.cpython-39.pyc differ
|
|
litellm/__pycache__/caching.cpython-39.pyc
CHANGED
Binary files a/litellm/__pycache__/caching.cpython-39.pyc and b/litellm/__pycache__/caching.cpython-39.pyc differ
|
|
litellm/__pycache__/exceptions.cpython-39.pyc
CHANGED
Binary files a/litellm/__pycache__/exceptions.cpython-39.pyc and b/litellm/__pycache__/exceptions.cpython-39.pyc differ
|
|
litellm/__pycache__/main.cpython-39.pyc
CHANGED
Binary files a/litellm/__pycache__/main.cpython-39.pyc and b/litellm/__pycache__/main.cpython-39.pyc differ
|
|
litellm/__pycache__/router.cpython-39.pyc
CHANGED
Binary files a/litellm/__pycache__/router.cpython-39.pyc and b/litellm/__pycache__/router.cpython-39.pyc differ
|
|
litellm/__pycache__/timeout.cpython-39.pyc
CHANGED
Binary files a/litellm/__pycache__/timeout.cpython-39.pyc and b/litellm/__pycache__/timeout.cpython-39.pyc differ
|
|
litellm/__pycache__/utils.cpython-39.pyc
CHANGED
Binary files a/litellm/__pycache__/utils.cpython-39.pyc and b/litellm/__pycache__/utils.cpython-39.pyc differ
|
|
litellm/integrations/__pycache__/__init__.cpython-39.pyc
CHANGED
Binary files a/litellm/integrations/__pycache__/__init__.cpython-39.pyc and b/litellm/integrations/__pycache__/__init__.cpython-39.pyc differ
|
|
litellm/integrations/__pycache__/aispend.cpython-39.pyc
CHANGED
Binary files a/litellm/integrations/__pycache__/aispend.cpython-39.pyc and b/litellm/integrations/__pycache__/aispend.cpython-39.pyc differ
|
|
litellm/integrations/__pycache__/berrispend.cpython-39.pyc
CHANGED
Binary files a/litellm/integrations/__pycache__/berrispend.cpython-39.pyc and b/litellm/integrations/__pycache__/berrispend.cpython-39.pyc differ
|
|
litellm/integrations/__pycache__/custom_logger.cpython-39.pyc
CHANGED
Binary files a/litellm/integrations/__pycache__/custom_logger.cpython-39.pyc and b/litellm/integrations/__pycache__/custom_logger.cpython-39.pyc differ
|
|
litellm/integrations/__pycache__/dynamodb.cpython-39.pyc
CHANGED
Binary files a/litellm/integrations/__pycache__/dynamodb.cpython-39.pyc and b/litellm/integrations/__pycache__/dynamodb.cpython-39.pyc differ
|
|
litellm/integrations/__pycache__/helicone.cpython-39.pyc
CHANGED
Binary files a/litellm/integrations/__pycache__/helicone.cpython-39.pyc and b/litellm/integrations/__pycache__/helicone.cpython-39.pyc differ
|
|
litellm/integrations/__pycache__/langfuse.cpython-39.pyc
CHANGED
Binary files a/litellm/integrations/__pycache__/langfuse.cpython-39.pyc and b/litellm/integrations/__pycache__/langfuse.cpython-39.pyc differ
|
|
litellm/integrations/__pycache__/langsmith.cpython-39.pyc
CHANGED
Binary files a/litellm/integrations/__pycache__/langsmith.cpython-39.pyc and b/litellm/integrations/__pycache__/langsmith.cpython-39.pyc differ
|
|
litellm/integrations/__pycache__/litedebugger.cpython-39.pyc
CHANGED
Binary files a/litellm/integrations/__pycache__/litedebugger.cpython-39.pyc and b/litellm/integrations/__pycache__/litedebugger.cpython-39.pyc differ
|
|
litellm/integrations/__pycache__/llmonitor.cpython-39.pyc
CHANGED
Binary files a/litellm/integrations/__pycache__/llmonitor.cpython-39.pyc and b/litellm/integrations/__pycache__/llmonitor.cpython-39.pyc differ
|
|
litellm/integrations/__pycache__/prompt_layer.cpython-39.pyc
CHANGED
Binary files a/litellm/integrations/__pycache__/prompt_layer.cpython-39.pyc and b/litellm/integrations/__pycache__/prompt_layer.cpython-39.pyc differ
|
|
litellm/integrations/__pycache__/s3.cpython-39.pyc
CHANGED
Binary files a/litellm/integrations/__pycache__/s3.cpython-39.pyc and b/litellm/integrations/__pycache__/s3.cpython-39.pyc differ
|
|
litellm/integrations/__pycache__/supabase.cpython-39.pyc
CHANGED
Binary files a/litellm/integrations/__pycache__/supabase.cpython-39.pyc and b/litellm/integrations/__pycache__/supabase.cpython-39.pyc differ
|
|
litellm/integrations/__pycache__/traceloop.cpython-39.pyc
CHANGED
Binary files a/litellm/integrations/__pycache__/traceloop.cpython-39.pyc and b/litellm/integrations/__pycache__/traceloop.cpython-39.pyc differ
|
|
litellm/integrations/__pycache__/weights_biases.cpython-39.pyc
CHANGED
Binary files a/litellm/integrations/__pycache__/weights_biases.cpython-39.pyc and b/litellm/integrations/__pycache__/weights_biases.cpython-39.pyc differ
|
|
litellm/llms/__pycache__/__init__.cpython-39.pyc
CHANGED
Binary files a/litellm/llms/__pycache__/__init__.cpython-39.pyc and b/litellm/llms/__pycache__/__init__.cpython-39.pyc differ
|
|
litellm/llms/__pycache__/ai21.cpython-39.pyc
CHANGED
Binary files a/litellm/llms/__pycache__/ai21.cpython-39.pyc and b/litellm/llms/__pycache__/ai21.cpython-39.pyc differ
|
|
litellm/llms/__pycache__/aleph_alpha.cpython-39.pyc
CHANGED
Binary files a/litellm/llms/__pycache__/aleph_alpha.cpython-39.pyc and b/litellm/llms/__pycache__/aleph_alpha.cpython-39.pyc differ
|
|
litellm/llms/__pycache__/anthropic.cpython-39.pyc
CHANGED
Binary files a/litellm/llms/__pycache__/anthropic.cpython-39.pyc and b/litellm/llms/__pycache__/anthropic.cpython-39.pyc differ
|
|
litellm/llms/__pycache__/azure.cpython-39.pyc
CHANGED
Binary files a/litellm/llms/__pycache__/azure.cpython-39.pyc and b/litellm/llms/__pycache__/azure.cpython-39.pyc differ
|
|
litellm/llms/__pycache__/base.cpython-39.pyc
CHANGED
Binary files a/litellm/llms/__pycache__/base.cpython-39.pyc and b/litellm/llms/__pycache__/base.cpython-39.pyc differ
|
|
litellm/llms/__pycache__/baseten.cpython-39.pyc
CHANGED
Binary files a/litellm/llms/__pycache__/baseten.cpython-39.pyc and b/litellm/llms/__pycache__/baseten.cpython-39.pyc differ
|
|
litellm/llms/__pycache__/bedrock.cpython-39.pyc
CHANGED
Binary files a/litellm/llms/__pycache__/bedrock.cpython-39.pyc and b/litellm/llms/__pycache__/bedrock.cpython-39.pyc differ
|
|
litellm/llms/__pycache__/cloudflare.cpython-39.pyc
CHANGED
Binary files a/litellm/llms/__pycache__/cloudflare.cpython-39.pyc and b/litellm/llms/__pycache__/cloudflare.cpython-39.pyc differ
|
|
litellm/llms/__pycache__/cohere.cpython-39.pyc
CHANGED
Binary files a/litellm/llms/__pycache__/cohere.cpython-39.pyc and b/litellm/llms/__pycache__/cohere.cpython-39.pyc differ
|
|
litellm/llms/__pycache__/gemini.cpython-39.pyc
CHANGED
Binary files a/litellm/llms/__pycache__/gemini.cpython-39.pyc and b/litellm/llms/__pycache__/gemini.cpython-39.pyc differ
|
|
litellm/llms/__pycache__/huggingface_restapi.cpython-39.pyc
CHANGED
Binary files a/litellm/llms/__pycache__/huggingface_restapi.cpython-39.pyc and b/litellm/llms/__pycache__/huggingface_restapi.cpython-39.pyc differ
|
|
litellm/llms/__pycache__/maritalk.cpython-39.pyc
CHANGED
Binary files a/litellm/llms/__pycache__/maritalk.cpython-39.pyc and b/litellm/llms/__pycache__/maritalk.cpython-39.pyc differ
|
|
litellm/llms/__pycache__/nlp_cloud.cpython-39.pyc
CHANGED
Binary files a/litellm/llms/__pycache__/nlp_cloud.cpython-39.pyc and b/litellm/llms/__pycache__/nlp_cloud.cpython-39.pyc differ
|
|
litellm/llms/__pycache__/ollama.cpython-39.pyc
CHANGED
Binary files a/litellm/llms/__pycache__/ollama.cpython-39.pyc and b/litellm/llms/__pycache__/ollama.cpython-39.pyc differ
|
|
litellm/llms/__pycache__/ollama_chat.cpython-39.pyc
CHANGED
Binary files a/litellm/llms/__pycache__/ollama_chat.cpython-39.pyc and b/litellm/llms/__pycache__/ollama_chat.cpython-39.pyc differ
|
|
litellm/llms/__pycache__/oobabooga.cpython-39.pyc
CHANGED
Binary files a/litellm/llms/__pycache__/oobabooga.cpython-39.pyc and b/litellm/llms/__pycache__/oobabooga.cpython-39.pyc differ
|
|
litellm/llms/__pycache__/openai.cpython-39.pyc
CHANGED
Binary files a/litellm/llms/__pycache__/openai.cpython-39.pyc and b/litellm/llms/__pycache__/openai.cpython-39.pyc differ
|
|
litellm/llms/__pycache__/openrouter.cpython-39.pyc
CHANGED
Binary files a/litellm/llms/__pycache__/openrouter.cpython-39.pyc and b/litellm/llms/__pycache__/openrouter.cpython-39.pyc differ
|
|
litellm/llms/__pycache__/palm.cpython-39.pyc
CHANGED
Binary files a/litellm/llms/__pycache__/palm.cpython-39.pyc and b/litellm/llms/__pycache__/palm.cpython-39.pyc differ
|
|
litellm/llms/__pycache__/petals.cpython-39.pyc
CHANGED
Binary files a/litellm/llms/__pycache__/petals.cpython-39.pyc and b/litellm/llms/__pycache__/petals.cpython-39.pyc differ
|
|
litellm/llms/__pycache__/replicate.cpython-39.pyc
CHANGED
Binary files a/litellm/llms/__pycache__/replicate.cpython-39.pyc and b/litellm/llms/__pycache__/replicate.cpython-39.pyc differ
|
|