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

https://github.com/hellothisisflo/socrates-buddy

Helps you decide which session to attend next
https://github.com/hellothisisflo/socrates-buddy

Last synced: 9 months ago
JSON representation

Helps you decide which session to attend next

Awesome Lists containing this project

README

          

# SoCraTes-Agent

Let's build an agent together!

## Try it now!

https://socrates-buddy.kempenich.dev

## Deploy Locally

1. Create a `.env` file

```
# Required

GOOGLE_GENAI_USE_VERTEXAI=False
GOOGLE_API_KEY=xxxxxxx

# Optional
LANGSMITH_TRACING=true
LANGSMITH_API_KEY=xxxxxxx
LANGCHAIN_ENDPOINT=https://eu.api.smith.langchain.com/

OPENAI_API_KEY=xxxxxxx
```

2. TODO: Finish this guide (in the meantime look at `docker-compose.yml`)