Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / google/langfun issues and pull requests

#178 - Support Anthropic models.

Pull Request - State: closed - Opened by copybara-service[bot] 7 months ago

#177 - Add token usage when debugging LLM prompt/response.

Pull Request - State: closed - Opened by copybara-service[bot] 7 months ago

#176 - Add function generation decorator.

Pull Request - State: closed - Opened by copybara-service[bot] 7 months ago

#172 - Make OpenAI models retry upon transient outage.

Pull Request - State: closed - Opened by copybara-service[bot] 7 months ago

#171 - Support None as `temperature` and use it as default.

Pull Request - State: closed - Opened by copybara-service[bot] 7 months ago

#169 - Fix GenAI test failure on Github.

Pull Request - State: closed - Opened by copybara-service[bot] 7 months ago

#168 - Langfun LLMs to set `max_tokens` to None by default

Pull Request - State: closed - Opened by copybara-service[bot] 7 months ago

#167 - Warn instead of raise when LLM generated class has *args and **kwargs.

Pull Request - State: closed - Opened by copybara-service[bot] 8 months ago - 1 comment

#166 - Introducing `response_postprocess` for `lf.query`.

Pull Request - State: closed - Opened by copybara-service[bot] 8 months ago

#165 - Internal change.

Pull Request - State: closed - Opened by copybara-service[bot] 8 months ago - 1 comment

#164 - Add the public PaLM2 model.

Pull Request - State: closed - Opened by copybara-service[bot] 8 months ago - 1 comment

#163 - Improvements to `lf.eval` framework.

Pull Request - State: closed - Opened by copybara-service[bot] 8 months ago - 1 comment

#162 - Make `lf.eval.Evaluable.id` automatically inferred.

Pull Request - State: closed - Opened by copybara-service[bot] 8 months ago - 1 comment

#161 - Sorting eval summary by eval class names.

Pull Request - State: closed - Opened by copybara-service[bot] 8 months ago

#160 - Langfun schema to support regular class.

Pull Request - State: closed - Opened by copybara-service[bot] 8 months ago

#158 - Fix the error raising by adding a try.

Pull Request - State: closed - Opened by copybara-service[bot] 8 months ago - 1 comment

#156 - fix the raise of error in eval.

Pull Request - State: open - Opened by copybara-service[bot] 8 months ago

#155 - Internal change.

Pull Request - State: closed - Opened by copybara-service[bot] 8 months ago - 1 comment

#154 - Introduce `lf.generate_class`.

Pull Request - State: closed - Opened by copybara-service[bot] 8 months ago - 1 comment

#152 - Refine `lf.LanguageModel` on concurrency control.

Pull Request - State: closed - Opened by copybara-service[bot] 8 months ago - 1 comment

#151 - Optimize `lf.concurrent_execute`.

Pull Request - State: closed - Opened by copybara-service[bot] 8 months ago

#150 - Fix the type annotation for retry_on_errors.

Pull Request - State: closed - Opened by copybara-service[bot] 8 months ago

#149 - Internal changes

Pull Request - State: closed - Opened by copybara-service[bot] 8 months ago

#148 - Unifying the types of `retry_on_errors`.

Pull Request - State: closed - Opened by copybara-service[bot] 8 months ago - 1 comment

#147 - Add python-magic as a dependency of Langfun.

Pull Request - State: closed - Opened by copybara-service[bot] 8 months ago - 1 comment

#145 - Refactor `lf.modalities`.

Pull Request - State: closed - Opened by copybara-service[bot] 8 months ago - 1 comment

#144 - Add CITATION.cff to Langfun (step 2)

Pull Request - State: closed - Opened by copybara-service[bot] 9 months ago

#143 - Add CITATION.cff to Langfun

Pull Request - State: closed - Opened by copybara-service[bot] 9 months ago

#142 - Try to timeout OpenAI requests using `request_timeout` parameter.

Pull Request - State: closed - Opened by copybara-service[bot] 9 months ago - 1 comment

#140 - Introduce `lf.score`.

Pull Request - State: closed - Opened by copybara-service[bot] 9 months ago - 1 comment

#139 - Sorting eval summary by eval class names.

Pull Request - State: closed - Opened by copybara-service[bot] 9 months ago - 1 comment

#138 - Add shortcut classes for latest OpenAI models.

Pull Request - State: closed - Opened by copybara-service[bot] 9 months ago - 1 comment

#137 - Add `include_context` in `lf.parse`.

Pull Request - State: closed - Opened by copybara-service[bot] 9 months ago - 1 comment

#136 - Refine the prompt after ablation study.

Pull Request - State: closed - Opened by copybara-service[bot] 9 months ago - 1 comment

#135 - Enhancement to `lf.eval` framework.

Pull Request - State: closed - Opened by copybara-service[bot] 9 months ago - 1 comment

#134 - Internal changes.

Pull Request - State: closed - Opened by copybara-service[bot] 9 months ago - 1 comment

#133 - Internal change

Pull Request - State: closed - Opened by copybara-service[bot] 9 months ago - 1 comment

#132 - Add top_logprobs to lf.LMSamplingOptions.

Pull Request - State: closed - Opened by copybara-service[bot] 10 months ago - 1 comment

#131 - Add logprobs field to lf.LMSamplingOptions.

Pull Request - State: closed - Opened by copybara-service[bot] 10 months ago

#130 - Add new OpenAI models (https://platform.openai.com/docs/models/overview).

Pull Request - State: closed - Opened by copybara-service[bot] 10 months ago - 2 comments

#128 - Set User-Agent header when request for images.

Pull Request - State: closed - Opened by copybara-service[bot] 10 months ago

#127 - Use None as the default value for `autofix_lm` for code correction.

Pull Request - State: closed - Opened by copybara-service[bot] 10 months ago - 1 comment

#126 - Disable autofix as default for all Langfun APIs.

Pull Request - State: closed - Opened by copybara-service[bot] 10 months ago - 1 comment

#123 - Add public Gemini models.

Pull Request - State: closed - Opened by copybara-service[bot] 10 months ago - 1 comment

#122 - `lf.coding.evaluate` to capture stdout when `outputs_intermediate=True`.

Pull Request - State: closed - Opened by copybara-service[bot] 10 months ago - 1 comment

#121 - Refine symbolic prompting implementations.

Pull Request - State: closed - Opened by copybara-service[bot] 10 months ago

#120 - Improve API for `lf.query`.

Pull Request - State: closed - Opened by copybara-service[bot] 11 months ago - 1 comment

#117 - Adjust the display format of symbolic objects in template.

Pull Request - State: closed - Opened by copybara-service[bot] 11 months ago - 1 comment

#116 - Improve schema's treatment on docstrings.

Pull Request - State: closed - Opened by copybara-service[bot] 11 months ago - 1 comment

#115 - Unifying all symbolic prompting techniques.

Pull Request - State: closed - Opened by copybara-service[bot] 11 months ago - 1 comment

#114 - Add `description` to `lf.PythonFunction`.

Pull Request - State: closed - Opened by copybara-service[bot] 11 months ago - 1 comment

#110 - Add stop to `lf.LMSamplingOptions` and enable it for OpenAI models.

Pull Request - State: closed - Opened by copybara-service[bot] 11 months ago - 1 comment

#109 - Use Python format for built-in types during `lf.Template.render`.

Pull Request - State: closed - Opened by copybara-service[bot] 11 months ago - 1 comment

#108 - Allow `lf.complete` to access class definitions from non-missing fields.

Pull Request - State: closed - Opened by copybara-service[bot] 12 months ago - 1 comment

#107 - Add example as input of answer().

Pull Request - State: closed - Opened by copybara-service[bot] 12 months ago - 1 comment

#106 - Fix issues in `lf.eval`.

Pull Request - State: closed - Opened by copybara-service[bot] 12 months ago

#105 - Fix a race condition on `lf.concurrent.ProgressBar`.

Pull Request - State: closed - Opened by copybara-service[bot] 12 months ago - 1 comment

#104 - Improvements to `lf.eval` framework.

Pull Request - State: closed - Opened by copybara-service[bot] 12 months ago - 1 comment

#103 - Major updates to `lf.eval` framework.

Pull Request - State: closed - Opened by copybara-service[bot] 12 months ago - 1 comment

#102 - Fix the typo in the preamble.

Pull Request - State: closed - Opened by copybara-service[bot] 12 months ago - 1 comment

#101 - Upgrade PyGlove version.

Pull Request - State: closed - Opened by copybara-service[bot] 12 months ago - 1 comment

#100 - `lf.coding.correct` to stop the fixing loop on completion failure.

Pull Request - State: closed - Opened by copybara-service[bot] 12 months ago - 1 comment