mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
Document LLM prompt and response logging. (#1166)
This commit is contained in:
parent
d34a9db04f
commit
1338248310
@ -58,7 +58,11 @@ There is also [documentation for running with local models using ollama](./docs/
|
||||
make start-frontend
|
||||
```
|
||||
|
||||
### 6. Help
|
||||
### 6. LLM Debugging
|
||||
|
||||
If you encounter any issues with the Language Model (LM) or you're simply curious, you can inspect the actual LLM prompts and responses. To do so, export DEBUG=1 in the environment and restart the backend. OpenDevin will then log the prompts and responses in the logs/llm/CURRENT_DATE directory, allowing you to identify the causes.
|
||||
|
||||
### 7. Help
|
||||
|
||||
- **Get Some Help:** Need assistance or information on available targets and commands? The help command provides all the necessary guidance to ensure a smooth experience with OpenDevin.
|
||||
```bash
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user