Activity
style(translate.go): add missing newline for better code readability …
style(translate.go): add missing newline for better code readability …
feat(cli.go): add SplitChunks option to translation command for chunk…
feat(cli.go): add SplitChunks option to translation command for chunk…
refactor(client.go): remove modelTokens map and its usage to simplify…
refactor(client.go): remove modelTokens map and its usage to simplify…
feat(client.go): introduce DefaultChunkTimeout for streaming operations
feat(client.go): introduce DefaultChunkTimeout for streaming operations
refactor(cli.go, translate.go): simplify translation logic and improv…
refactor(cli.go, translate.go): simplify translation logic and improv…
refactor(translate.go): optimize trimDividers function for clarity an…
refactor(translate.go): optimize trimDividers function for clarity an…
feat(cli.go): add OpenAIChunkTimeout option for configurable token ch…
feat(cli.go): add OpenAIChunkTimeout option for configurable token ch…
fix(client.go): update error message for clarity on token-chunk timeo…
fix(client.go): update error message for clarity on token-chunk timeo…
refactor: increase spacing in output for better readability
refactor: increase spacing in output for better readability
chore(.gitignore): add playground directory to ignore list
chore(.gitignore): add playground directory to ignore list
refactor(dragoman_test.go): standardize document markers in test prom…
refactor(dragoman_test.go): standardize document markers in test prom…
feat(README.md): add documentation for --split-chunks
option to imp…
feat(README.md): add documentation for
--split-chunks
option to imp…feat(dragoman.go): enhance document markers for clarity in translatio…
feat(dragoman.go): enhance document markers for clarity in translatio…
feat(cli.go): replace json.Marshal with custom jsonMarshal function t…
feat(cli.go): replace json.Marshal with custom jsonMarshal function t…
refactor(cli.go): replace json.Marshal with json.MarshalIndent for be…
refactor(cli.go): replace json.Marshal with json.MarshalIndent for be…
fix(cli.go): change json.Marshal parameter from resultMap to original…
fix(cli.go): change json.Marshal parameter from resultMap to original…
docs(README.md): update usage instructions and examples for clarity a…
docs(README.md): update usage instructions and examples for clarity a…
refactor(json_test.go): simplify equalPaths function by using slices.…
refactor(json_test.go): simplify equalPaths function by using slices.…
feat(Makefile): add 'test' target to run Go tests
feat(Makefile): add 'test' target to run Go tests
feat(client.go): add support for 'json_object' response format in cre…
feat(client.go): add support for 'json_object' response format in cre…