vintro
vintro
The examples I want to load are long-ish passages with plenty of characters that weren't working with JSON formatting, so I added support for loading examples in a few-shot prompt...
The examples show a q/a chain that finds answers over docs. I want to use an **Agent Chain** as described [here](https://python.langchain.com/en/latest/modules/agents/agents/examples/chat_conversation_agent.html) to run google searches given a user query. However,...
A NFT contract I was trying to pull data for was mysteriously missing mint transfers from the 0 addr. It turned out that the mints were triggered from a separate...
Oftentimes, users ask the bot what it can do, expecting it to be able to answer that accurately. Currently, it makes stuff up. I think there are interesting ways we...
### Description Azure has an offering separate from the OpenAI Studio that allows you to deploy basically every other model outside of OpenAI's. I deployed a Llama-3.1-405B-Instruct endpoint (following [this...