Expanded .env, added Poetry and basic Docstring

This commit is contained in:
Zakhar Kogan 2023-08-02 12:05:35 +03:00
parent 5f5ad99607
commit 05ca788fb3
6 changed files with 1369 additions and 2 deletions

View file

@ -1,4 +1,19 @@
# OpenAI
OPENAI_API_KEY = ""
# Cohere
COHERE_API_KEY = ""
# OpenRouter
OR_SITE_URL = ""
OR_APP_NAME = "LiteLLM Example app"
OR_APP_NAME = "LiteLLM Example app"
OR_API_KEY = ""
# Azure API base URL
AZURE_API_BASE = ""
# Azure API version
AZURE_API_VERSION = ""
# Azure API key
AZURE_API_KEY = ""
# Replicate
REPLICATE_API_KEY = ""
REPLICATE_API_TOKEN = ""
# Anthropic
ANTHROPIC_API_KEY = ""