-
When I activate the local execution, I get the following error message:
`
ValueError: The current "device_map" had weights offloaded to the disk. Please provide an "offload_folder" for them. Alterna…
-
Hi,
Would you be interested if I PR an Azure OpenAI backend?
-
First off, amazing package and thoughtful design! As mentioned in the readme, the default behavior is to call out to `https://prompts.approx.dev`. Is there more information on that endpoint regarding …
-
Hello,
While I ran the following code:
```
import sketch
import pandas as pd
sales_data = pd.read_csv("https://gist.githubusercontent.com/bluecoconut/9ce2135aafb5c6ab2dc1d60ac595646e/raw/c93c35…
-
Want to implement a google palm switch for this package. Any suggestions or pointers in code I should try to replace
-
Getting below error while importing sketch library
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/gunicorn/arbiter.py", line 589, in spawn_worker
worker.init_proces…
-
### Additional comment:
_No response_
-
A built-in webserver that serves prompts as APIs with FastAPI.
lambdaprompt is similar to langchain prompt templates and implements this easily:
https://github.com/approximatelabs/lambdaprompt
…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
from alpaca.data.timeframe import TimeFrame
from alpaca.data.requests import StockBarsReques…
-
`import pandas as pd
import sketch
import os
from dotenv import load_dotenv
os.environ['OPENAI_API_KEY'] = 'key'
os.environ['SKETCH_USE_REMOTE_LAMBDAPROMPT'] = 'False'`
and it doesn't seem t…