Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
radiantspace committed Apr 29, 2024
1 parent 0a6a208 commit d569dac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ func main() {
}

config.CONFIG = &config.Config{
BotUrl: "https://t.me/gienjibot",
ClaudeAPIKey: util.Env("CLAUDE_API_KEY"),
BotUrl: "https://t.me/gienjibot",
// ClaudeAPIKey: util.Env("CLAUDE_API_KEY"),
DataDogClient: dataDogClient,
Environment: env,
OpenAIAPIKey: util.Env("OPENAI_API_KEY"),
Expand Down

0 comments on commit d569dac

Please sign in to comment.