Javad Rajabzadeh

Results 26 issues of Javad Rajabzadeh

![Image](https://github.com/user-attachments/assets/9bf021a5-1fb5-4938-a0cb-bdd1560ad608) We can change models in the navbar, but supporting instance changes there would provide a better experience. **Flow:** 1. select instance 2. select model

enhancement
user interface

This PR support json marshal/unmarshal for client known. Fixes #82

# Pull Request ## Related issue Resolves #579 Resolves #634 Resolves #618 ## What does this PR do? - This refactor removed easyjson for marshaling and unmarshaling each type; this...

**Description** To leverage performance improvements, bug fixes, and new features introduced in Go 1.19, we propose updating the minimum supported Go version in this project to 1.19. This upgrade aligns...

enhancement
breaking-change

## Description To improve the documentation of each API method, we should add a corresponding documentation URL. This will help clients better understand the APIs when using them in projects....

documentation
help wanted
good first issue

This PR checks if the method name contains a `"."` and normalizes it to camelCase. > It's backward-compatible. Fixes #619