FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
TypeAgent/python/nprData/example_env at main · bigdatatransformer/TypeAgent · GitHub
bigdatatransformer
/
TypeAgent
Public
forked from
microsoft/TypeAgent
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
TypeAgent
/
python
/
nprData
/
example_env
Copy path
More file actions
More file actions
Latest commit
History
History
History
14 lines (13 loc) · 402 Bytes
Breadcrumbs
TypeAgent
/
python
/
nprData
/
example_env
Copy path
File metadata and controls
14 lines (13 loc) · 402 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright (c) Microsoft Corporation and Henry Lucco.
# Licensed under the MIT License.
# LLM Keys
export GROQ_API_KEY=""
export OPENAI_API_KEY=""
# LLM Models
export GROQ_MODEL="mixtral-8x7b-32768"
export OPENAI_MODEL="gpt-4o"
# Emebedding Models
# export EMBEDDING_MODEL="text-embedding-3-small"
export EMBEDDING_MODEL="text-embedding-ada-002"
# General
export VECTOR_DB_URI="http://localhost:6333"
Back
|
FazBrowse Home
|
New Git URL