Jonathan Sandler

Results 10 comments of Jonathan Sandler

@bertaveira, how do you run the program afterward in macOS? I cannot find the executable.

I have updated to React 18.1 and it still not working after doing --force install.

> It seems to works okay with React 18.1 - `npm install --force react-speech-kit` Can you please share the setup you have working? I followed the exact same code from...

Still having the same issue, I'm using the latest version of langchain (0.0.179). Previous fixes do not work because the function now does not permit extra fields: ![image](https://github.com/hwchase17/langchain/assets/46496940/8ac07b04-91f0-437d-a893-095035a85403)

@ZohaibRamzan Thank you, I already had them set up including the openai variables too. Otherwise, I get an Authentication error. import os config_details = config os.environ["OPENAI_API_KEY"] = config_details.OPENAI_API_KEY os.environ["OPENAI_API_TYPE"] =...

I've had a similar issue using chain_type: refine and openAI with Pinecone. My error was related to context being empty. What I've found so far is this error happens only...

I made it work by just changing: doc_chain = load_qa_chain( streaming_llm, chain_type="refine", **prompt=QA_PROMPT** ) to: doc_chain = load_qa_chain( streaming_llm, chain_type="refine", **refine_prompt=QA_PROMPT** )

The feature hasn't been released yet, the latest version of zed is 0.135.2, the bug fix related to this ticket is on 0.137.0, so I guess we need to wait...

FYI! You need to include the `import 'regenerator-runtime/runtime' ` at the top of the page.tsx file/s where you are using the library. In my case, it was at the top...

I know is a little off-topic but how can I get Zed Nightly? Is some beta version of zed? Edit: Found it! https://zed.dev/releases/preview