Modify gitignore and add configs

This commit is contained in:
Matt Zhou
2024-10-02 09:39:10 -07:00
parent d640489b3e
commit b698cb1981
3 changed files with 14 additions and 3 deletions

3
.gitignore vendored
View File

@@ -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

View 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
}

View 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
}