-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Error in creating a persona. #685
Labels
type: bug
Something isn't working
Comments
enricoros
added a commit
that referenced
this issue
Dec 11, 2024
Fixed by 7221151 -- not propagated yet. |
jannesbrunner
added a commit
to jannesbrunner/big-AGI
that referenced
this issue
Dec 13, 2024
* Anthropic: add Haiku 3.5 * Update README.md (#2) * SQL highlight * Inform about the issue dragging from Obsidian * Bits * Config: TOS * DataStreamViz: speed * Roll packages (incl. pdfjs) * Remove @sanity's diff library (slow, old). * DSV: speed * Aix - misc * roll packages * UrlUtils: b64 * AudioLivePlayer: convert for buffers * ElevenLabs: tRPC streaming - supports new v2 and Turbo 2.5 models * Simplify: remove backend analytics * BackendCaps: refresh on reconnect * Bits * xAI: full support * Roll packages * Backend debug * Tryfix reload for clipboardUtils * Icons: Google and GitHub The icons are from the Authjs project. * Sherpa: add modal * Get latest updates from v2 dev (#3) * Anthropic: add Haiku 3.5 * SQL highlight * Inform about the issue dragging from Obsidian * Bits * Config: TOS * DataStreamViz: speed * Roll packages (incl. pdfjs) * Remove @sanity's diff library (slow, old). * DSV: speed * Aix - misc * roll packages * UrlUtils: b64 * AudioLivePlayer: convert for buffers * ElevenLabs: tRPC streaming - supports new v2 and Turbo 2.5 models * Simplify: remove backend analytics * BackendCaps: refresh on reconnect * Bits * xAI: full support * Roll packages * Backend debug * Tryfix reload for clipboardUtils * Icons: Google and GitHub The icons are from the Authjs project. * Sherpa: add modal --------- Co-authored-by: Enrico Ros <[email protected]> * Remove empty chats from the history (don't even save them until we have content) * Incognito: visual indicator * Fix react dep * ChatMessage: menu within screen bounds * Hide costs counter when < $0.0001 (initial visual clutter) * _fetchFromTRPC: types for PUT and DELETE * xAI: fix inversion * Improve shadow * Beam: ctrl+up/down * Beam: start all/stop all shortcuts * Nav: change names * UI: Persona Icons in Drawer: off by default * roll packages * Unused, comment * Exclusions * tRPC: rename rooters * tRPC: relocate * UI: Fix Beam ctrl+enter * SVG: improve detection * Roll packages. * Gemini: code execution flags * Gemini: update models * Support .sh files * AIX: support forwarded OpenRouter errors * AIX: disable comments in the demuxer parse * Tryfix RenderCode (was all vertical) * Add the "2 days ago" option * Enable Node 22 * Roll packages * Lint: thanks typescript * Smaller panes * Gemini: add 1121 * Sync: add DeviceID, stored * Update min width * Theme update * Add Beauty * roll packages * .gitignore * Normalize PricingChatGenerate * Type normalization Metrics * Sherpa/chats: delay GC to delay loading the conversations store * DConversation: converters update * Vector Clocks implementation * Models list: more compact on mobile * OpenAI: update models * OpenAI: wire notes * OpenAI: resort * OpenAI: o1: re-enable streaming * Gemini: support for 1206 * Beam: remove /beam, it's not really a command * idUtils: add uuidV4 * idUtils: nanoId -> uuidv4 * AIX: port FlattenerModal (useStreamChatText) * AIX: port Persona Creator (LLMChain) * AIX: port Telephone (aixCGR_fromHistory) * AIX: remove llms's legacy VChatMessage and llmStreamingChatGenerate * AIX: misc * AIX: calls: no system messages * Persona Creator: correct display. enricoros#685 * Don't use GitHub as CDN - Fixes enricoros#691 * Gemini: forcefully delete the models replaced without official comms/updates. Fixes enricoros#690 * Ollama: update models * Ollama: update dispatch, Fixes enricoros#678 * Ollama: doc PNG images * Ollama: default context to 4096 * OpenRouter: update models sorting * Persona Viewer: fix * Remove messageSingleTextOrThrow * Cleanup after AIX migration * roll packages * roll pdfjs * more roll packages * remove optional package * Show Free models * Mobile llm options fix * Gemini: update models, including 2.0 Flash * Fix: store-chats: don't partialize if there's a single chat * disable dead protocol code * Typeshift: prework 1 * Personas: allow to switch out null personas * Conceptually split the system Instruction with the rest of the history --------- Co-authored-by: Enrico Ros <[email protected]>
jannesbrunner
added a commit
to jannesbrunner/big-AGI
that referenced
this issue
Dec 13, 2024
* Anthropic: add Haiku 3.5 * SQL highlight * Inform about the issue dragging from Obsidian * Bits * Config: TOS * DataStreamViz: speed * Roll packages (incl. pdfjs) * Remove @sanity's diff library (slow, old). * DSV: speed * Aix - misc * roll packages * UrlUtils: b64 * AudioLivePlayer: convert for buffers * ElevenLabs: tRPC streaming - supports new v2 and Turbo 2.5 models * Simplify: remove backend analytics * BackendCaps: refresh on reconnect * Bits * xAI: full support * Roll packages * Backend debug * Tryfix reload for clipboardUtils * Icons: Google and GitHub The icons are from the Authjs project. * Sherpa: add modal * Remove empty chats from the history (don't even save them until we have content) * Incognito: visual indicator * Fix react dep * ChatMessage: menu within screen bounds * Hide costs counter when < $0.0001 (initial visual clutter) * _fetchFromTRPC: types for PUT and DELETE * xAI: fix inversion * Improve shadow * Beam: ctrl+up/down * Beam: start all/stop all shortcuts * Nav: change names * UI: Persona Icons in Drawer: off by default * roll packages * Unused, comment * Exclusions * tRPC: rename rooters * tRPC: relocate * UI: Fix Beam ctrl+enter * SVG: improve detection * Roll packages. * Gemini: code execution flags * Gemini: update models * Support .sh files * AIX: support forwarded OpenRouter errors * AIX: disable comments in the demuxer parse * Tryfix RenderCode (was all vertical) * Add the "2 days ago" option * Enable Node 22 * Roll packages * Lint: thanks typescript * Smaller panes * Gemini: add 1121 * Sync: add DeviceID, stored * Update min width * Theme update * Add Beauty * roll packages * .gitignore * Normalize PricingChatGenerate * Type normalization Metrics * Sherpa/chats: delay GC to delay loading the conversations store * DConversation: converters update * Vector Clocks implementation * Models list: more compact on mobile * OpenAI: update models * OpenAI: wire notes * OpenAI: resort * OpenAI: o1: re-enable streaming * Gemini: support for 1206 * Beam: remove /beam, it's not really a command * idUtils: add uuidV4 * idUtils: nanoId -> uuidv4 * AIX: port FlattenerModal (useStreamChatText) * AIX: port Persona Creator (LLMChain) * AIX: port Telephone (aixCGR_fromHistory) * AIX: remove llms's legacy VChatMessage and llmStreamingChatGenerate * AIX: misc * AIX: calls: no system messages * Persona Creator: correct display. enricoros#685 * Don't use GitHub as CDN - Fixes enricoros#691 * Gemini: forcefully delete the models replaced without official comms/updates. Fixes enricoros#690 * Ollama: update models * Ollama: update dispatch, Fixes enricoros#678 * Ollama: doc PNG images * Ollama: default context to 4096 * OpenRouter: update models sorting * Persona Viewer: fix * Remove messageSingleTextOrThrow * Cleanup after AIX migration * roll packages * roll pdfjs * more roll packages * remove optional package * Show Free models * Mobile llm options fix * Gemini: update models, including 2.0 Flash * Fix: store-chats: don't partialize if there's a single chat * disable dead protocol code * Typeshift: prework 1 * Personas: allow to switch out null personas * Conceptually split the system Instruction with the rest of the history * Updates (#5) * Anthropic: add Haiku 3.5 * Update README.md (#2) * SQL highlight * Inform about the issue dragging from Obsidian * Bits * Config: TOS * DataStreamViz: speed * Roll packages (incl. pdfjs) * Remove @sanity's diff library (slow, old). * DSV: speed * Aix - misc * roll packages * UrlUtils: b64 * AudioLivePlayer: convert for buffers * ElevenLabs: tRPC streaming - supports new v2 and Turbo 2.5 models * Simplify: remove backend analytics * BackendCaps: refresh on reconnect * Bits * xAI: full support * Roll packages * Backend debug * Tryfix reload for clipboardUtils * Icons: Google and GitHub The icons are from the Authjs project. * Sherpa: add modal * Get latest updates from v2 dev (#3) * Anthropic: add Haiku 3.5 * SQL highlight * Inform about the issue dragging from Obsidian * Bits * Config: TOS * DataStreamViz: speed * Roll packages (incl. pdfjs) * Remove @sanity's diff library (slow, old). * DSV: speed * Aix - misc * roll packages * UrlUtils: b64 * AudioLivePlayer: convert for buffers * ElevenLabs: tRPC streaming - supports new v2 and Turbo 2.5 models * Simplify: remove backend analytics * BackendCaps: refresh on reconnect * Bits * xAI: full support * Roll packages * Backend debug * Tryfix reload for clipboardUtils * Icons: Google and GitHub The icons are from the Authjs project. * Sherpa: add modal --------- Co-authored-by: Enrico Ros <[email protected]> * Remove empty chats from the history (don't even save them until we have content) * Incognito: visual indicator * Fix react dep * ChatMessage: menu within screen bounds * Hide costs counter when < $0.0001 (initial visual clutter) * _fetchFromTRPC: types for PUT and DELETE * xAI: fix inversion * Improve shadow * Beam: ctrl+up/down * Beam: start all/stop all shortcuts * Nav: change names * UI: Persona Icons in Drawer: off by default * roll packages * Unused, comment * Exclusions * tRPC: rename rooters * tRPC: relocate * UI: Fix Beam ctrl+enter * SVG: improve detection * Roll packages. * Gemini: code execution flags * Gemini: update models * Support .sh files * AIX: support forwarded OpenRouter errors * AIX: disable comments in the demuxer parse * Tryfix RenderCode (was all vertical) * Add the "2 days ago" option * Enable Node 22 * Roll packages * Lint: thanks typescript * Smaller panes * Gemini: add 1121 * Sync: add DeviceID, stored * Update min width * Theme update * Add Beauty * roll packages * .gitignore * Normalize PricingChatGenerate * Type normalization Metrics * Sherpa/chats: delay GC to delay loading the conversations store * DConversation: converters update * Vector Clocks implementation * Models list: more compact on mobile * OpenAI: update models * OpenAI: wire notes * OpenAI: resort * OpenAI: o1: re-enable streaming * Gemini: support for 1206 * Beam: remove /beam, it's not really a command * idUtils: add uuidV4 * idUtils: nanoId -> uuidv4 * AIX: port FlattenerModal (useStreamChatText) * AIX: port Persona Creator (LLMChain) * AIX: port Telephone (aixCGR_fromHistory) * AIX: remove llms's legacy VChatMessage and llmStreamingChatGenerate * AIX: misc * AIX: calls: no system messages * Persona Creator: correct display. enricoros#685 * Don't use GitHub as CDN - Fixes enricoros#691 * Gemini: forcefully delete the models replaced without official comms/updates. Fixes enricoros#690 * Ollama: update models * Ollama: update dispatch, Fixes enricoros#678 * Ollama: doc PNG images * Ollama: default context to 4096 * OpenRouter: update models sorting * Persona Viewer: fix * Remove messageSingleTextOrThrow * Cleanup after AIX migration * roll packages * roll pdfjs * more roll packages * remove optional package * Show Free models * Mobile llm options fix * Gemini: update models, including 2.0 Flash * Fix: store-chats: don't partialize if there's a single chat * disable dead protocol code * Typeshift: prework 1 * Personas: allow to switch out null personas * Conceptually split the system Instruction with the rest of the history --------- Co-authored-by: Enrico Ros <[email protected]> --------- Co-authored-by: Enrico Ros <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Trying to create a persona.
Observed behavior
Got the error "Transformation error: llmStreamingChatGenerate: persona-extract not migrated to AIX yet."
Device and browser
Arc browser on MacOS 12.7
Screenshots and more
Willingness to Contribute
The text was updated successfully, but these errors were encountered: