microsoft/TypeAgent

Public

mirrored fromhttps://github.com/microsoft/TypeAgentAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
f46fff4e5103217703b51e27ba3f6405ac000e21

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

python/nprData/example_env

14lines · modecode

1# Copyright (c) Microsoft Corporation and Henry Lucco.
2# Licensed under the MIT License.
3
4# LLM Keys
5export GROQ_API_KEY=""
6export OPENAI_API_KEY=""
7# LLM Models
8export GROQ_MODEL="mixtral-8x7b-32768"
9export OPENAI_MODEL="gpt-4o"
10# Emebedding Models
11# export EMBEDDING_MODEL="text-embedding-3-small"
12export EMBEDDING_MODEL="text-embedding-ada-002"
13# General
14export VECTOR_DB_URI="http://localhost:6333"