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.).
- Host: GitHub
- URL: https://github.com/knightchaser/llmnext2me
- Owner: KnightChaser
- Created: 2025-01-07T06:04:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-13T06:03:51.000Z (over 1 year ago)
- Last Synced: 2025-02-25T04:43:52.862Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 106 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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=...
```