Prabhu Pant
Prabhu Pant
* Rename dirs with apt names * Make sure each link is in the apt dir
### Please confirm this pull request meets the following requirements: - [x] I followed the contributing guidelines: . ### Which change are you proposing? - [x] Adding/updating open source project/s...
Thanks for submitting a pull request! Please check CONTRIBUTING.md for style guidelines. ### Changes Addresses #469 This change-set adds dimension field in EmbeddingRequest. This can be used with models that...
Currently in the EmbeddingRequest, we cannot specify the dimension size. ```java package com.theokanning.openai.embedding; import lombok.*; import java.util.List; /** * Creates an embedding vector representing the input text. * * https://beta.openai.com/docs/api-reference/embeddings/create...
I want to intercept the HTTP request that comes from WebView in Wry. Here is my code ```rust use wry::{ application::{ event::{Event, StartCause, WindowEvent}, event_loop::{ControlFlow, EventLoop}, window::WindowBuilder, }, webview, };...
I am just trying to load an https website on Wry as a WebView. This is the code I am using ```rust use wry::{ application::{ event::{Event, StartCause, WindowEvent}, event_loop::{ControlFlow, EventLoop},...
**What do you want to do?** - [x] Request a change to existing documentation - [ ] Add new documentation - [x] Report a technical problem with the documentation -...