Anuran Roy
Anuran Roy
@cclauss can you please help with the test cases, even a bit? I am getting confused as to how I can implement the test cases.😅
I am actually working on it 😅
Also, you also might want to check the destructuring of the API routes. In my case, I was sending the request with the schema: `{creator, prompt, tag}` while I was...
@vipulgupta2048 I have worked on the required changes, i.e., the metadata and fixing the image locations. Can you please review it once?
Hey @amit4aws, my use case is the same. So these were my observations while digging around the code: 1. Add an environment variable called `OPENAI_API_HOST` pointing to the domain where...
Thank you very much @ranjithrajv ! I'll look to it ASAP!
@sandys I have started to work on it.
# LLM Caching Strategy ## Documentation ### Introduction This document describes the caching strategy for the FrugalGPT implementation as a Python class. The goal of the caching strategy is to...
# Prompt Selection Strategy ## Documentation In a lot of prompts, there are redundant examples. For example, let's consider the prompt: """ You are a Chemistry Assistant, supposed to help...
These are the required java programs for the query caching strategy. [Query Caching Strategy.zip](https://github.com/arakoodev/EdgeChains/files/11713216/Query.Caching.Strategy.zip)