Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microsoft Azure OpenAI Playground

Samples

  • code_generator.py: A gpt-based code generator to create source-code fragments using kotlin & jetpack compose for pre-defined scenarios

Pre-Requisites

Installation

  • Create a .env file in the project root. See .env.sample

    • Important: set the AZURE_OPENAI_* environment variables!
  • Install Python (>3.10), create virtual environment (venv) and activate it

  • Install the necessary python libraries

pip install -r requirements.txt

or install the libraries manually:

pip install python-dotenv
pip install openai
pip install tqdm

pip freeze > requirements.txt

Usage

About

Repo to investigate and try out Microsoft Azure OpenAI.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages