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

https://github.com/will8ug/langchain-study


https://github.com/will8ug/langchain-study

deepseek openai

Last synced: 2 months ago
JSON representation

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
```