Skip to content

jake-ise/aoai-python-minimal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python AOAI Example

This is a minimal example of calling an Azure Open AI endpoint from Python.

Running

  • Copy .env.example to a file named .env and add your AOAI credentials to that file.

  • Install the python requirements listed in requirements.txt

    pip install -r requirements.txt
    
  • Run the example:

    python minimal-aoai.py
    

About

Azure OpenAI & Python Minimal Example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages