Chase Naples
Chase Naples
Hi! I'm on Windows using the latest version of gpt-pilot with OpenRouter as my API. After answering the initial questions, after step 5 the output reads 'EVERYTHING\\_CLEAR', and then stops...
Should the extension be working with ChatGPTs new Canvas editor? It looks like a code mirror editor and I added it in options, but still don't see any auto completions.
## Summary - Updates OpenAPIKit dependency from 3.3.0 to 4.0.0 - Updates Yams minimum version to 5.1.0 as required by OpenAPIKit v4 - Existing codebase is already compatible with OpenAPIKit...
This fixes the missing margin between the button and the vertical separator line in the spending report toolbar. The separator View component was missing a left margin, causing it to...
## Summary - Configures `cargo-wdk` to write its output to stderr instead of stdout - Aligns with standard build tool conventions (cargo, rustc, gcc) ## Rationale As noted in #526,...
## Summary This PR adds a new probe to detect personal information (PII) leakage from LLMs. The probe is based on the paper "Extracting Training Data from Large Language Models"...
## Summary - include book title and description from book.toml in the xgettext catalog - teach tests to expect the metadata entries and document how to localize them ## Rationale...
## Summary Implements an optimized `contains_prefix` method to efficiently check if any key with a given prefix exists in the tree. ## Motivation Currently, users check for prefix existence using...
## Summary Execute tool calls even when a model response includes both text and function_call parts, or when function calls appear on non-primary candidates. ## Problem In some cases (e.g.,...
## Summary Migrates RAG-related code from using the preview API to the stable API. ## Changes Made Updated import statements in RAG agent files. ## Rationale The Vertex AI RAG...