Stella "Steve" Wang
Stella "Steve" Wang
### Describe the bug I have the main branch of OI installed from source and tested on an old iMac which runs macOS 11.7.10. An error occurred when I tried...
### Is your feature request related to a problem? Please describe. The application launch a bit too slow especially for cases that users just want some basic functions like `-h`,...
The conversation navigator displays lines of `[?] :` when scrolling across a lot of conversations.
### Describe the bug The conversation navigator displays lines of `[?] :` when scrolling across a lot of conversations. This happens on my Mac every time both in Tabby and...
### Describe the changes you have made: Add default context window and max tokens configs for OpenAI's new models: `gpt-4-turbo-preview`, `gpt-4-0125-preview`, and `gpt-4-1106-vision-preview`. ### Reference any relevant issues (e.g. "Fixes...
### Describe the changes you have made: There's a problem with generating history conversation filenames in Chinese and other languages without blanks between words for a long time. If users...
### Describe the changes you have made: Correct links pointing to `/docs/settings/all-settings.mdx`, now it can jump to the correct file on GitHub web page.
## What is RAG? A brief explaination of RAG by GPT4-Turbo: > "Retrieval Augmented Generation" (RAG) is a natural language processing technique that combines traditional generative models with retrieval mechanisms....
It originally only supports `OPENAI_API_KEY` with prefix "sk-" and accessing to default APIs hosted by OpenAI. Now with this patch, it can run with dedicated OpenAI APIs hosted on Azure....
### Describe the changes you have made: Try to get password prompts from sudo command with pty. ### Reference any relevant issues (e.g. "Fixes #000"): Fixes #1263 ### Pre-Submission Checklist...
### Describe the bug Password-input prompt from OS was removed from the terminal when OI try to run `sudo` commands, which causes it looks like the OI was hanging but...