Skip to content

Commit

Permalink
Create dev_guide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jalling97 authored Oct 4, 2024
1 parent b02eedf commit 7d8290f
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions website/content/en/docs/dev-with-lfai-guide/dev_guide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: App Development using LeapfrogAI
type: docs
weight: 1
---

Prior to developing applications using LeapfrogAI, ensure that you have a valid instance of LeapfrogAI deployed in your environment. See the [Quick Start](https://docs.leapfrog.ai/docs/local-deploy-guide/quick_start/) page for more info on how to get started.

## OpenAI Compatibility in LeapfrogAI

The LeapfrogAI API is an OpenAI-compatible API, meaning that the endpoints built out within the LeapfrogAI API as what is found within the OpenAI API. **Note:** Not all endpoints/functionality in OpenAI is implemented in LeapfrogAI. To see what endpoints are implemented in your deployment, reference the [Quick Start](https://docs.leapfrog.ai/docs/local-deploy-guide/quick_start/#checking-deployment) guide for how to check the API reference.

## Using the OpenAI SDK with LeapfrogAI

### OpenAI API Refernce

### Creating the Client

### Running Chat Completions

### Building a RAG Pipeline using Assistants

## Questions/Feedback

0 comments on commit 7d8290f

Please # to comment.