abhinav-kimothi / OpenAI-Marvels

The realm of AI Wonder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenAI Marvels

www.openai.com

The realm of AI Wonder

Accessing OpenAI APIs for text generation, embeddings, finetuning and more


Requirements

  • OpenAI API Key
  • Internet Access

Notebooks/TextGeneration.ipynb

  • Installation & Importing Libraries
  • Accessing OpenAI (Keys) & Setting up Client
  • Chat Completion API (Basic Text Generation)
  • Tokens
  • Embeddings
  • RAG
  • Fine Tuning

Assets/Data

  • Data for the notebook

Assets/Images

  • All explainer images used in the notebook

requirements.txt

  • All required libraries to install

Note: It is recommended to store the openai API key in a config.ini file in the root folder


[OPENAI]
openai_key=XXXXXXXXXXXX

Get In Touch

GitHub followers Me LIn Mail Twitter Follow

Checkout these Resources

About

The realm of AI Wonder

License:MIT License


Languages

Language:Jupyter Notebook 100.0%