An open API service indexing awesome lists of open source software.

https://github.com/knightchaser/llmnext2me

A playground to make something simple working with LLM closely(Langchain, etc.).
https://github.com/knightchaser/llmnext2me

Last synced: 4 days ago
JSON representation

A playground to make something simple working with LLM closely(Langchain, etc.).

Awesome Lists containing this project

README

          

# LLMNext2Me
A playground to make something working with LLM closely.

Note: Before you get started, please create `/exercise/.env`, and set the following 2 API keys for LangSmith(LLM evaluation) and OpenAI(Generative AI model usage).

```
LANGSMITH_API_KEY=...
OPENAI_API_KEY=...
HUGGINGFACE_API_KEY=...
```