Home / Projects / llm-basics
Project active

llm-basics

LLM Factory ExamplesThis repository contains simple examples showing how to use the OpenAI API to communicate with LLM Factory Endpoints for various AI tasks.Setup InstructionsRetrieve your API key from LLM Factory: https://llm-factory.ai.uky.edu/api-keys Copy config.ini.example to config.ini and add your API key to the openai_api_key field Choose the model ID you would like to useExample Scripts* chat_completions_test.py - Chat with a…