ShivaPrakash commited on
Commit
58440b5
1 Parent(s): 6716455

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from typing import Union
3
  from fastapi import FastAPI
4
 
5
  app = FastAPI()
6
- key = "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"
7
  client = anthropic.Anthropic(api_key=key,)
8
  MODEL_NAME = "claude-3-opus-20240229"
9
 
 
3
  from fastapi import FastAPI
4
 
5
  app = FastAPI()
6
+ key = "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"
7
  client = anthropic.Anthropic(api_key=key,)
8
  MODEL_NAME = "claude-3-opus-20240229"
9