Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 808 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 808 Bytes

LangChain-Course

Get started by:

  • running pip install -r requirements.txt

  • create .env file with the following contents:

    OPENAI_API_KEY=''
    CHATGPT_MODEL='gpt-35-turbo'
    OPENAI_API_BASE='https://<instance>.openai.azure.com'
    OPENAI_API_VERSION='2023-09-15-preview'
    HUGGINGFACEHUB_API_TOKEN=''
    SERPAPI_API_KEY=''
    EMBEDDINGS_MODEL='text-embedding-ada-002'
    PINECONE_API_KEY=''
    PINECONE_ENV=''

You may need to create accounts at the different sites used in the labs: