add discord

This commit is contained in:
Jason Liu
2024-01-04 00:24:51 -05:00
parent c08cf4e672
commit 9f8714b5f0
3 changed files with 6 additions and 1 deletions
+1
View File
@@ -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.
+4
View File
@@ -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.
+1 -1
View File
@@ -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)