(docs) add replit embedding langfuse docs

This commit is contained in:
ishaan-jaff 2023-10-13 14:33:29 -07:00
parent cc9b0b440a
commit ab59e250d6

View file

@ -81,3 +81,9 @@ response = completion(
print(response)
```
### Example - FastAPI Server with LiteLLM + Langfuse
https://replit.com/@BerriAI/LiteLLMFastAPILangfuse
<iframe src="https://replit.com/@BerriAI/LiteLLMFastAPILangfuse?embed=1" width="800" height="600"></iframe>