https://github.com/will8ug/langchain-study
https://github.com/will8ug/langchain-study
deepseek openai
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/will8ug/langchain-study
- Owner: will8ug
- License: bsd-2-clause
- Created: 2025-05-21T14:36:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-02T05:14:45.000Z (about 1 year ago)
- Last Synced: 2025-06-02T15:35:16.090Z (about 1 year ago)
- Topics: deepseek, openai
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DeepSeek AI Project
## Setup
1. Install dependencies:
```bash
pip install -r requirements.txt
```
2. Create a `.env` file in the project root and add your DeepSeek API key:
```
DEEPSEEK_API_KEY=your_api_key_here
```
## Project Structure
- `src/`: Contains the main source code
- `examples/`: Example scripts
- `requirements.txt`: Project dependencies
- `.env`: Environment variables (not tracked in git)
## Usage
```
python main.py
```