reab5555 commited on
Commit
c8bdd53
·
verified ·
1 Parent(s): 47f9950

Delete config.py

Browse files
Files changed (1) hide show
  1. config.py +0 -8
config.py DELETED
@@ -1,8 +0,0 @@
1
- # config.py
2
- from langchain_anthropic import ChatAnthropic
3
-
4
- # Get the API key
5
- API_KEY = os.getenv('CLAUDE_API_KEY')
6
-
7
- # Initialize the Anthropic Chat Model
8
- llm = ChatAnthropic(model="claude-3-5-sonnet-20240620", temperature=0.1, max_tokens=8192, anthropic_api_key=API_KEY)