Skip to content

TuneHQ/cookbook

Repository files navigation

Tune AI Cookbook 📚

Welcome to the Tune AI Cookbook! This repository contains a collection of sample applications to help you get started with various LLM tasks using Tune AI's Studio and Chat APIs.

Table of Contents

Overview

This cookbook provides a range of sample applications demonstrating different use cases and features of Tune Studio and Tune Chat. Each sample application comes with its own README file to help you understand and get started quickly.

Getting Started

To get started with any of the sample applications, follow these steps:

  1. Clone the repository:

    git clone https://github.com/TuneHQ/cookbook.git
    cd cookbook
  2. Navigate to the sample application directory:

    cd <sample-app-directory>
  3. Follow the instructions in the sample application's README file to set up and run the application.

Sample Applications

Here are some of the sample applications included in this repository:

Sure, here is just the table for the sample applications:

Application Description Link
Chat App 💬 A simple chat application demonstrating basic chat API integration. Chat App
Function Calling (Swiggy) 🍔 An example of using function calling to get your order history, nearby restaurant etc with swiggy (food delivery) app. Function Calling (Swiggy)
Function Calling 🛠️ General-purpose function calling with Tune Studio. Function Calling
Supabase RAG ⚡ Integration with Supabase to build RAG agent Supabase RAG
Translator App 🌐 A language translation application using Tune Studio. Translator App
Notion Recipe Generator👌 Recipe Generator using Tune Studio and Notion. Notion Recipe Generator
Interview Simulator 👔 Smnart Interview Sim using Llama 3.1 and Streamlit. Interview Simulator

Each directory contains a README file with detailed instructions for setting up and running the application.

Contributing

We welcome contributions! Please read our Contributing Guide to learn how you can contribute to this project. 🛠️

License

This project is licensed under the MIT License. See the LICENSE file for more details. 📜


Happy coding, Keep Tuning! 🎉

The Tune AI Team