Skip to content

Commit

Permalink
add discord
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnl committed Jan 4, 2024
1 parent c08cf4e commit 9f8714b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ _Structured extraction in Python, powered by OpenAI's function calling API, desi
[![Twitter Follow](https://img.shields.io/twitter/follow/jxnlco?style=social)](https://twitter.com/jxnlco)
[![Coverage Status](https://coveralls.io/repos/github/jxnl/instructor/badge.svg?branch=add-coveralls)](https://coveralls.io/github/jxnl/instructor?branch=add-coveralls)
[![Instructor](https://img.shields.io/badge/instructor-blog-blue)](https://jxnl.github.io/instructor/blog/)
[![Discord](https://img.shields.io/discord/1192334452110659664?label=discord)](https://discord.gg/CV8sPM5k5Y)

Dive into the world of Python-based structured extraction, empowered by OpenAI's cutting-edge function calling API. Instructor stands out for its simplicity, transparency, and user-centric design. Whether you're a seasoned developer or just starting out, you'll find Instructor's approach intuitive and its results insightful.

Expand Down
4 changes: 4 additions & 0 deletions docs/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

If you need help getting started with Instructor or with advanced usage, the following sources may be useful.

## :material-discord: Discord

The [Discord](https://discord.gg/CV8sPM5k5Y) is a great place to ask questions and get help from the community.

## :material-creation: Concepts

The [concepts](concepts/prompting.md) section explains the core concepts of Instructor and how to prompt with models.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ _Structured extraction in Python, powered by llms, designed for simplicity, tran

---

[![Pydantic v2](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/pydantic/pydantic/main/docs/badge/v2.json)](https://pydantic.dev)
[![Twitter Follow](https://img.shields.io/twitter/follow/jxnlco?style=social)](https://twitter.com/jxnlco)
[![Discord](https://img.shields.io/discord/1192334452110659664?label=discord)](https://discord.gg/CV8sPM5k5Y)
[![Downloads](https://img.shields.io/pypi/dm/instructor.svg)](https://pypi.python.org/pypi/instructor)
[![Documentation](https://img.shields.io/badge/docs-available-brightgreen)](https://jxnl.github.io/instructor)
[![GitHub issues](https://img.shields.io/github/issues/jxnl/instructor.svg)](https://github.com/jxnl/instructor/issues)
Expand Down

0 comments on commit 9f8714b

Please sign in to comment.