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
#175 - Introduce `LMSamplingUsage` and make it a part of `LMSamplingResult`.
Pull Request -
State: closed - Opened by copybara-service[bot] 7 months ago
#174 - Support `force_dict` flag for `pg.to_json`/`pg.save`.
Pull Request -
State: closed - Opened by copybara-service[bot] 7 months ago
#173 - `lf.query`: Update the format of the default 1 + 1 exemplar.
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
#170 - Eval framework: Write `summary.json` for easy access of metrics by programs.
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
#159 - Simplify the classgen_example interface by removing the class_name field.
Pull Request -
State: closed - Opened by copybara-service[bot] 8 months ago
- 1 comment
#158 - Fix the error raising by adding a try.
Pull Request -
State: closed - Opened by copybara-service[bot] 8 months ago
- 1 comment
#157 - Replace the parse() call in call() with query(). The query() uses its default preamble.
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
#153 - `lf.Template`: include the template string in error message when template parsing fails.
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
#146 - 1. Add Video class in modalities that can show video nicely.
Pull Request -
State: closed - Opened by copybara-service[bot] 8 months ago
#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
#141 - Expose `cache_seed` from `lf.query`/`lf.call`/`lf.complete`/`lf.describe`.
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
#129 - Change the number of decimals in the result summary.html from 2 to 1, to follow the convention of writing accuracy numbers in papers.
Pull Request -
State: closed - Opened by copybara-service[bot] 10 months ago
- 1 comment
#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
#125 - Add a regex solution to remove docstring for coding.correction.run_with_correction(). The motivation is that docstring in source field can't be parsed correctly in the current code parsing implementation.
Pull Request -
State: closed - Opened by copybara-service[bot] 10 months ago
- 1 comment
#124 - Add code correction to lf.PythonCode, including __call__ and eval() methods.
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
#119 - Polish the eval() method for PythonCode class so that its returns are purely vars generated from the source code.
Pull Request -
State: closed - Opened by copybara-service[bot] 11 months ago
#118 - Enhance the docstring for PythonFunction and PythonCode by providing their using context to regularize the code generation.
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
#113 - Fix `lf.coding.evaluate` on newly defined functions calling another newly defined function.
Pull Request -
State: closed - Opened by copybara-service[bot] 11 months ago
- 1 comment
#112 - Simplify and make lf.parse() preamble's semantic more specific: strictly parse the content and fill in the object and never use LLM's internal knowledge to fill the gap.
Pull Request -
State: closed - Opened by copybara-service[bot] 11 months ago
- 1 comment
#111 - Pull up abstractions from various mapping scenarios into `lf.structured.Mapping`.
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
#98 - Refactor the 1+1 example into the preamble for lf.query() and lf.complete().
Pull Request -
State: closed - Opened by copybara-service[bot] 12 months ago
- 1 comment