Spaces:
Runtime error
Runtime error
Delete config.py
Browse files
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|