tenere icon indicating copy to clipboard operation
tenere copied to clipboard

Fix: #51

Open yfyang86 opened this issue 10 months ago • 1 comments

Fix Stream Handling (https://github.com/pythops/tenere/issues/51):

  • Uses Bytes instead of raw byte slices
  • Proper line splitting with buffer management
  • More robust line processing with boundary checks

Modifcation

  1. Cargo.toml:
    • bytes
    • reqwest::stream
  2. Fix chatgpt only.

Now one could use chatgpt approach and specify the base_url to use LM Studio.

yfyang86 avatar Mar 27 '25 08:03 yfyang86

@yfyang86 thanks for the PR and sorry for this delayed answer.

The build is not working.

pythops avatar May 10 '25 12:05 pythops