mirror of
https://github.com/HugeFrog24/go-telegram-bot.git
synced 2026-06-29 22:07:12 +00:00
Switch to Anthropic SDK because we need MCP servers
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
# Local IDE config & user settings
|
||||
.vscode/
|
||||
|
||||
# Go vendor directory
|
||||
vendor/
|
||||
|
||||
# Environment variables
|
||||
.env
|
||||
|
||||
# Any log files
|
||||
*.log
|
||||
|
||||
# Database file
|
||||
bot.db
|
||||
|
||||
# All config files except for the default
|
||||
config/*
|
||||
!config/default.json
|
||||
|
||||
# test-prompt.ps1 conversation history
|
||||
.test-prompt-history.json
|
||||
Reference in New Issue
Block a user