Untitled
unknown
plain_text
a year ago
750 B
7
Indexable
{ "version": "0.2.0", "configurations": [ { "name": "Python: FastAPI", "type": "python", "request": "launch", "module": "uvicorn", "args": [ "app.server:app", "--host", "0.0.0.0", "--port", "8080" ], "jinja": true, "env": { "OPENAI_API_KEY" : "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", "PINECONE_API_KEY": "d021beff-2603-4cfd-835c-f38c2c4ac075", "PINECONE_ENVIRONMENT": "gcp-starter", "PINECONE_INDEX": "llama-2-rag" } } ] }
Editor is loading...
Leave a Comment