Skip to content

marcelloraffaele/upskilling-ai-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

upskilling-ai-samples

Samples for upskilling AI knowledge

🚀 Quick Start

  1. Clone the repo:

    git clone git clone https://github.com/marcelloraffaele/upskilling-ai-samples.git
    cd upskilling-ai-samples
  2. Create & activate a virtual environment:

    python -m venv .venv    # in windows you could need to use 'py' instead of 'python'
    source .venv/bin/activate  # Windows: .venv\Scripts\activate
  3. Configure environment

    Configure the .env file:

    cp .env.local .env

    Update .env with your OpenAI values:

    • AZURE_OPENAI_API_KEY: Your OpenAI API key
    • AZURE_OPENAI_ENDPOINT: Your OpenAI endpoint
    • AZURE_OPENAI_CHAT_DEPLOYMENT_NAME: Your OpenAI chat deployment name

    Note: The model specified in AZURE_OPENAI_CHAT_DEPLOYMENT_NAME must be supported by Azure AI Agents Service or Assistants API. See supported models for details.

    Configure the settings.json file:

    cp settings-template.json settings.json

    Update settings.json with your OpenAI values.

  4. Install dependencies:

    # Install requirements
    pip install -r requirements.txt
    
    # if you have installed dependencies some time ago, I recommend to update them
    pip install --upgrade -r requirements.txt

About

Samples for upskilling AI knowledge

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published