MartBakler

Results 8 comments of MartBakler

Hey Jake! Thanks for bringing this up, I'll look into it. The above error message usually happens when OpenAI API has a longer outage or there might be issues with...

Hi Jake, this is quite baffling to us as we can't reproduce the error at all. Just to double-check, the openai key in the .env file is under "OPENAI_API_KEY" key?...

Yes sorry, I meant "how much performance increases with less irrelevant tokens". I edited the original description Essentially right now we have the whole of API and many few-shot examples...

It's probably easier to start with lab-play as it's more straightforward to measure "success" in that setting and the easier to classify examples as relevant or irrelevant for the particular...

There is already a sqllite implementation and support, it's included in the readme as well. We might just need to make it the default db and create a script for...

Can I also ask which step above exactly fixed the 'player' key error? It feels like a docker/server setup issue as I'm also running windows and can't reproduce

I'm thinking something similar, i.e first try a simple lookup function and not over-complicate with RAG

I like this idea, I was also thinking along these lines, we can recursively get all relevant pages along a resource requirement tree. I'm trying some local modifications out right...