-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add 2nd website * updated for latest env vars; typo * Poetry update * bump dependencies * update README --------- Co-authored-by: Neil Smyth <[email protected]> Co-authored-by: Valentin Yanakiev <[email protected]>
- Loading branch information
1 parent
f77963d
commit 8a301cc
Showing
12 changed files
with
945 additions
and
835 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,20 @@ | ||
OPENAI_API_TYPE=azure | ||
OPENAI_API_BASE=https://alkemio-gpt.openai.azure.com/ | ||
OPENAI_API_KEY=azure-openai-key | ||
OPENAI_API_VERSION=2023-05-15 | ||
AZURE_OPENAI_ENDPOINT=https://alkemio-gpt.openai.azure.com | ||
AZURE_OPENAI_API_KEY=azure-openai-key | ||
LLM_DEPLOYMENT_NAME=deploy-gpt-35-turbo | ||
EMBEDDINGS_DEPLOYMENT_NAME=embedding | ||
RABBITMQ_HOST=localhost | ||
RABBITMQ_USER=admin | ||
RABBITMQ_PASSWORD=super-secure-pass | ||
AI_MODEL_TEMPERATURE=0.3 | ||
AI_MODEL_NAME=gpt-35-turbo | ||
AI_DEPLOYMENT_NAME=deploy-gpt-35-turbo | ||
AI_EMBEDDINGS_DEPLOYMENT_NAME=embedding | ||
AI_SOURCE_WEBSITE=https://www.alkemio.org | ||
AI_SOURCE_WEBSITE2=https://welcome.alkem.io | ||
AI_LOCAL_PATH=~/alkemio/data | ||
AI_WEBSITE_REPO=https://github.com/alkem-io/website.git | ||
AI_WEBSITE_REPO=github.com/alkem-io/website.git | ||
AI_WEBSITE_REPO2=github.com/alkem-io/welcome-site.git | ||
AI_GITHUB_USER=github-user-for-website-cloning | ||
AI_GITHUB_PAT=github-user-for-website-cloning | ||
LANGCHAIN_TRACING_V2=true | ||
LANGCHAIN_ENDPOINT="https://api.smith.langchain.com" | ||
LANGCHAIN_API_KEY="langsmith-api-key" | ||
LANGCHAIN_PROJECT="guidance-engine" | ||
LANGCHAIN_PROJECT="guidance-engine" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ azure.env | |
/__pycache__/* | ||
/vectordb/* | ||
local.env | ||
docker-compose-local.yaml |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.