Last updated 7 months ago
Langsmith Integration is temporarily unavailable.
If you are using Langchain or other Langchain based framework to develop. You can use Langsmith SDK to submit LLM traces to Darkraven.
pip install langsmith
In settings, go to API Key tab and create an API Key。
Add below config to Langchain:
export LANGCHAIN_TRACING_V2=true export LANGCHAIN_API_KEY=<your-api-key> export LANGCHAIN_PROJECT=<your-project-name> export LANGCHAIN_ENDPOINT=https://api.darkraven.ai/api/v1/insert
To use other functionality of Langsmith, refer to: