Modify gitignore and add configs
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,6 +1,3 @@
|
||||
# Letta config files
|
||||
configs/
|
||||
|
||||
# Below are generated by gitignor.io (toptal)
|
||||
# Created by https://www.toptal.com/developers/gitignore/api/vim,linux,macos,pydev,python,eclipse,pycharm,windows,netbeans,pycharm+all,pycharm+iml,visualstudio,jupyternotebooks,visualstudiocode,xcode,xcodeinjection
|
||||
# Edit at https://www.toptal.com/developers/gitignore?templates=vim,linux,macos,pydev,python,eclipse,pycharm,windows,netbeans,pycharm+all,pycharm+iml,visualstudio,jupyternotebooks,visualstudiocode,xcode,xcodeinjection
|
||||
|
||||
7
configs/llm_model_configs/azure-gpt-4o-mini.json
Normal file
7
configs/llm_model_configs/azure-gpt-4o-mini.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"context_window": 128000,
|
||||
"model": "gpt-4o-mini",
|
||||
"model_endpoint_type": "azure",
|
||||
"model_endpoint": "https://letta.openai.azure.com/openai/deployments/gpt-4o-mini/chat/completions?api-version=2023-03-15-preview",
|
||||
"model_wrapper": null
|
||||
}
|
||||
7
configs/llm_model_configs/groq.json
Normal file
7
configs/llm_model_configs/groq.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"context_window": 8192,
|
||||
"model": "llama3-groq-70b-8192-tool-use-preview",
|
||||
"model_endpoint_type": "groq",
|
||||
"model_endpoint": "https://api.groq.com/openai/v1",
|
||||
"model_wrapper": null
|
||||
}
|
||||
Reference in New Issue
Block a user