text
stringlengths
20
57.3k
labels
class label
4 classes
Title: `CDL_INSIDE` indicator needs to be rescaled by factor 100 for consistency reasons Body: pandas-ta 0.3.14b0 TA-Lib 0.4.27 ## Problem Description The current implementation of cdl_z() often creates low values that are higher than the open, close or high and high values that are lower than the o...
0easy
Title: Duplicated CI executions in GH Actions Body: Just noticed that we got duplicated test executions (for pull_request and push). Something might be changed from the GH Actions side and that could be a really quick adjustment. So it's not a bug, but a feature that we want to disable. ![multiple-CircleCI-runs-_20...
0easy
Title: Support all possible fields for RichTextElementParts.Date Body: The `slack_sdk.models.blocks.RichTextElementsParts.Date` type supports `timestamp`, but the actual "date" rich text element supports other fields like `url`, `fallback`, `format`. Can this be extended to properly support all available fields? do...
0easy
Title: Leledc Exhaustion Bar indicator (Request) Body: This Pinescript code is really easy but I didn't even manage to set up a really simple for loop I guess because I was too tired :D Anyways Can someone help me to convert this pine code to python? ```python maj_qual=input(6),maj_len=input(30) min_qual=input(...
0easy
Title: Make `TestSuite.source` attribute `pathlib.Path` instance Body: Currently `TestSuite.source` is a string, but [pathlib.Path](https://docs.python.org/3/library/pathlib.html) would be more convenient for users of this API. More importantly, processing file system paths during parsing is easier by using `Path` inst...
0easy
Title: Adding types information on the API surface. Body: Adding types on the public API surface would allow us to do some runtime type checking later on and would allow user's IDE to have more info for static analysis. The functions/signatures to type are the ones listed here https://github.com/keras-team/autokera...
0easy
Title: Apply code formatting to code examples in our docs Body: Currently our code examples are not formatted using `black` or linted in any way. * Investigate what mkdocs extensions there are to do this and what they would do (e.g. they might run `ruff` or `black`) * Find a good solution and apply it!
0easy
Title: [benchmark] Add Augly and Kornia libraries to benchmark Body: - [x] Kornia - [x] Augly
0easy
Title: Add invoke command to configure a git hook Body: PRs often fail due to flake8 errors, [git hooks](https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks) allow to run some code before running `git push`, we should have a command that lets users easily install a hook that runs flake8 We have a [tasks.py](htt...
0easy
Title: ast.NameConstant is deprecated and will be removed in Python 3.14; use ast.Constant instead Body: ``` scrapy/utils/misc.py:249: DeprecationWarning: ast.NameConstant is deprecated and will be removed in Python 3.14; use ast.Constant instead value is None or isinstance(value, ast.NameConstant) and value.valu...
0easy
Title: Exception: SNlM0e value not found. Double-check __Secure-1PSID value or pass it as token='xxxxx'. Body: Please make sure to check for more efficient package management. *Please prioritize checking existing issues first. * @dsdanielpark I tried every ways possible but getting a exception: Exception: SNlM0e v...
0easy
Title: Adjust test_svd for randomized SVD Body: Currently the test for backend implementation of SVD also runs for the randomized_svd which has a lower accuracy - we can adjust the precision for the randomized version specifically.
0easy
Title: Figure 5. Channels of depthwise correlation output in conv4 Body: 怎么可视化(Figure 5. Channels of depthwise correlation output in conv4)? Channels of depthwise correlation output in conv4 在代码中是指哪一个的输出? 请问有谁知道的吗?谢谢
0easy
Title: ignore_basepython_conflict option is not in effect in tox4 Body: ## Issue Seems ignore_basepython_conflict option is not in effect in tox4. Setting it up to True or False doesn't change anything if envlist contains py310 but python3 points to python3.8. ## Environment Provide at least: - OS: Linux Mi...
0easy
Title: BUG: `pd.Series.isnumeric()` doesn't work on decimal value strings Body: ### Pandas version checks - [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas. - [x] I have conf...
0easy
Title: Unit test fails under Python 3.13 Body: In Fedora we have RobotFramework tests running for upcoming Fedora 41 using Python 3.13.03 in a side tag. While running the unit tests (version 7.0) I have a new failure in utils: ``` FAIL: test_remove_entries_with_lambda_and_multiple_entries (test_error.TestRemoveRobo...
0easy
Title: Root with undefined variable in host_group_vars Body: ### Summary Variable `key` may be undefined when cache is falsy at https://github.com/ansible/ansible/blob/12abfb06c21799cfc109db2eb520693071c82c1b/lib/ansible/plugins/vars/host_group_vars.py#L140 Alternatively it may have value from previous entity. ###...
0easy
Title: None value in optional search fields of index documents cause errors Body: The current implementation of `InMemoryExactNNIndex` does not allow None value in search fields even when they are defined as Optional, for example: ```python import torch from typing import Optional from docarray import BaseDoc, D...
0easy
Title: [ENH] Proposing a "jitter" function Body: # Brief Description Had to use this at work recently, where I had to jitter the data that we had to slightly anonymize it. All that we did here was to add Gaussian noise scaled by a fraction of the magnitude of each value. # Example API This could operate at...
0easy
Title: Replace use of websocketbridge.js Body: The underlying `channels` library has a backwards-incompatible change in v2.1.4 - the file `websocketbridge.js` was removed. The workaround is to require v2.1.3 of this package, but a better fix is to replace the use of websocketbridge.js in the messaging [template](htt...
0easy
Title: Add option to load opener text from a file name. Body: For example: /chat-gpt opener: -f filename Allows the user to start the bot as a particular profession from the available files.
0easy
Title: Dynamic API: Support positional-only arguments Body: RF 4.0 added support for Python's positional-only arguments (#3695). It isn't that important feature, but sometimes it comes handy. For consistency reasons also dynamic libraries should support it. Implementing this enhancement shouldn't be too complicated....
0easy
Title: More Notebooks and Examples Body: More Notebooks with different strategies and visualizations (matplotlib, bokeh, mplfinance)
0easy
Title: Missing API endpoints /token/verify/ and token/refresh/ in the documentation Body: In the documentation from [ReadTheDocs](https://dj-rest-auth.readthedocs.io/en/latest/api_endpoints.html) the API endpoints **token/verify/** and **token/refresh/ are missing.** I found these API endpoints in the [urls.py](http...
0easy
Title: Remove deprecated scrapy.utils.misc.extract_regex() Body: Deprecated in 2.3.0.
0easy
Title: Importing python faker library in Settings fails in RF 7.2.2 Body: Hello folks, If I use faker library (python version) with RF7 and higher. There is an error during runtime, while importing the library. However the library is imported successfully if RF6 is used. Since the time to upgrade to latest and greates...
0easy
Title: [Tracker] Code health related to ruff Body: ## 🚀 Feature Recently switched to using ruff as the tool responsible for code health (#2292). But we can extract and benefit much more from this tool, and for that, we need to update our code base. So feel free to submit a PR allowing us to enable some of these rules...
0easy
Title: Use the path .gpteng for storing logs etc per default Body: ### Details Change the workflow of gpt-engineer to be like so: - Always set `memory` and `archive` folders paths to be to the .gpteng folder (which will create it per default if it doesn't exist) - Always set `workspace` and `input` folder paths to...
0easy
Title: [DOCS] Submit to pyviz.org Body: https://pyviz.org/tools.html#dashboarding We make sense for mult categories afaict: High-Level, Native-GUI, Other InfoVis, SciVis, Graphs and networks, and arguably, Dashboarding Callouts/Built on: * webgl * graphistry: https://images.app.goo.gl/HDfe7R8WismQzBz56
0easy
Title: BaseUrl: Provide a property or method to access the encoded URL string. Body: ### Initial Checks - [x] I have searched Google & GitHub for similar requests and couldn't find anything - [x] I have read and followed [the docs](https://docs.pydantic.dev) and still think this feature is missing ### Description Th...
0easy
Title: Improve structure of `admin.apps.config.set` HTTP API arguments Body: I improved the documentation and helped implement the API methods for `admin.apps.config.*` recently in the node-slack-sdk. As part of this work, it became clear that the arguments for the `admin.apps.config.set` method were vaguely documented...
0easy
Title: Add description of parameter to docstring Body: @Haebuk had opened a PR to deal with this but closed it https://github.com/DistrictDataLabs/yellowbrick/pull/1233 We just need to add this line below to the KneeLocator docstring for `y` located in yellowbrick/utils/kneed.py "A list of k scores corresponding...
0easy
Title: Allow a fixed num_steps in HMC Body: It would be nice to allow a fixed num_steps in HMC. If the trajectory length is fixed and step size is too small, num_steps will turn out to be quite large. This will be helpful for #1355 and #1353.
0easy
Title: Modify to be more pythonic Body: - [x] Remove `type` parameter for `def make_translate_slider` It is not used and it doesn't make any sense. https://github.com/mithi/hexapod-robot-simulator/blob/5c1f8a187e7497a37e9b2b5d66ec2fe72b3cc61f/widgets/ik_ui.py#L34 - [x] Use None instead of {} as default parameter a...
0easy
Title: [ENH] Much faster compressed uploads using new REST API features Body: Especially in distributed settings, a bit of compression can go a long way for faster uploads: ### Easy wins The current REST API supports compression at several layers: - [ ] Maybe: Instead of Arrow, send single Parquet with Snappy ...
0easy
Title: MPL Cropping Body: There are some issues with when creating reports with seaborn or MPL plots, where they appear cropped on either axes. Generally making sure that the matplotlib gcf has `.tightlayout()` applied has fixed the issue, but this doesn't always lead to expected results. It seems this is a common p...
0easy
Title: DALLE-3 not at parity with ChatGPT DALL-E3 Body: ![image](https://github.com/Kav-K/GPTDiscord/assets/21161101/9b324c67-cbbd-4ffb-866f-bd6c25685c11) Images generated by the bot are not consistent with images drawn by ChatGPT for the same prompt. Some thoughts: - Might be an issue with the default drawing pa...
0easy
Title: [FEATURE] Expose the way to configure header generation Body: ### Is your feature request related to a problem? Please describe The default generation strategy often leads to a failures coming from the webserver or the framework. In such cases users may want (as discussed multiple times) to tune data generati...
0easy
Title: Unexpected results on Chande-Kroll stop indicator Body: Hi. I couldn't find a mailing list to ask this directly. According to the book *"The New Technical Trader"* by Chande & Kroll (1st ed, Wiley, ISBN 9780471597803), on page 95, the CK **long** stop is calculated by computing a 10 day simple moving average ...
0easy
Title: Add sklearn's DecisionTreeRegressor Body:
0easy
Title: Indicator Request - Weis Wave Volume Body: Hello, It would be nice if this indicator gets integrated in the library (made by modhelius, TV): ``` //@version=4 study("Weis Wave Volume", shorttitle="WWV", overlay=false, resolution="") method = input(defval="ATR", options=["ATR", "Traditional", "Part of Pri...
0easy
Title: [GOOD FIRST ISSUE]: Reduce sleeping time Body: ### Issue summary Reduce or remove the 60 seconds of sleep between searches for job titles ### Detailed description How can I remove the the 60 seconds of sleep that the bot takes between different searches for different job titles? I know I can just type "y" and...
0easy
Title: move `wrap_litserve_start` to utils Body: > I would rather reserve `conftest` for fixtures and this (seems to be) general functionality move to another utils module _Originally posted by @Borda in https://github.com/Lightning-AI/LitServe/pull/190#discussion_r1705957686_
0easy
Title: Try our assistant button Body: https://github.com/LAION-AI/Open-Assistant/assets/95025816/9c1ec7eb-4eb5-47c2-96a3-1101df12e6d7 Another one too hard to explain with words...
0easy
Title: tabula.io.read_pdf 'columns' argument change type annotation to Iterable[float] Body: **Is your feature request related to a problem? Please describe.** <!--- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> The thing is that I tried to give some meaning to the...
0easy
Title: Improve error message of timedelta validation Body: We currently have the following error message from timedelta validation (for example, requiring a timedelta greater than an hour): ```python from pydantic import TypeAdapter from annotated_types import Gt from typing import Annotated from datetime import...
0easy
Title: Progress Bars are not compatible with Pandas 0.25.0 Body: Pandas broke tqdm integration with version 0.25.0. And thusly, it seems to have broken swifter as well. see: https://github.com/tqdm/tqdm/issues/780 It still works with `.swifter.progress_bar(False)`
0easy
Title: Support TLS secured proxies Body: Instead of raise error before making requests: ```py (CurlError("Failed to perform, ErrCode: 35, Reason: 'error:100000f7:SSL routines:OPENSSL_internal:WRONG_VERSION_NUMBER'"),) ``` We could wrap CurlError if proxy scheme is HTTPS, then show additional warning: ```py ...
0easy
Title: [ERROR] asyncio.exceptions.CancelledError Body: The program throws an error at runtime, how can this error be solved? ```python [ERROR] [2022-06-27 14:13:51,391:asyncio.events] Traceback (most recent call last): File "/home/xumaoyuan/.virtualenvs/lib/python3.8/site-packages/distributed/utils.py", line 761...
0easy
Title: Responsive support for echart Body: Thanks for the great project! "echarts" is not responsive, so I think that needs to be addressed. In echarts, when the resize event is fired, it seems to be enough to resize this.chart as follows. ``` this.chart.resize() ``` If possible, I would appreciate it if you ...
0easy
Title: Fix type hints for keyboard builders Body: ### Problem Type hints for `InlineKeyboardBuilder` and `ReplyKeyboardBuilder` `.as_markup()` method are generic. So now it's `Union[InlinekeyboardMarkup, ReplyKeyboardMarkup]`. It would be better to make `InlineKeybordBuilder.as_markup` return type be `InlineKeybo...
0easy
Title: Disable welcome message Body: I'm working on migrating my `.xonshrc` into a xontrib library, but after I've done that, I get the welcome message, which says "Create ~/.xonshrc file manually or use xonfig to suppress the welcome message". How does one "use xonfig to suppress the welcome message"? I can't fi...
0easy
Title: [FEATURE] scribe.rip alternative to medium.com Body: <!-- DO NOT REQUEST UI/THEME/GUI/APPEARANCE IMPROVEMENTS HERE THESE SHOULD GO IN ISSUE #60 REQUESTING A NEW FEATURE SHOULD BE STRICTLY RELATED TO NEW FUNCTIONALITY --> **Describe the feature you'd like to see added** Allow [scribe.rip](https://scribe.r...
0easy
Title: Improve error message in Placeholder Body: `Placeholder` raises an issue if the template has undefined parameters. We use jinja under the hood and we can leverage jinja's error to make the error message clearer: https://github.com/ploomber/ploomber/blob/2e0d764c8f914ba21480b275c545ea50ff800513/src/ploomber/pl...
0easy
Title: Remove deprecated `accept_plain_values` from `timestr_to_secs` utility function Body: It was deprecated in RF 6.1 (#4522) because it wasn't used by Robot itself and wasn't considered too useful in general. It can now be removed.
0easy
Title: Add Linter and Formatter for python source codes Body: /kind feature **Describe the solution you'd like** In kubeflow/katib, there are lots of source codes written in python. Even though there are well-defined CI processes for source codes written in Golang, however for Python codes, only charmed-katib see...
0easy
Title: [new]: `array_concat(array1, array2)` Body: ### Check the idea has not already been suggested - [X] I could not find my idea in [existing issues](https://github.com/unytics/bigfunctions/issues?q=is%3Aissue+is%3Aopen+label%3Anew-bigfunction) ### Edit the title above with self-explanatory function name and argum...
0easy
Title: Make markdown report pretty Body: 💄
0easy
Title: Add doc strings to method annotation classes Body: Method annotation classes in `uplink/decorators.py` are missing class doc strings. To improve code documentation, we need to add doc strings to the following classes, adhering the [Google Style Guide](https://google.github.io/styleguide/pyguide.html?showone=Comm...
0easy
Title: Document how to use Faker inside LazyAttribute Body: #### The problem The class `factory.Faker` is a wrapper around the "real" Faker. It works fine but sometimes you need to use it inside a LazyAttribute and you need to generate a value. At the moment I use a trick like ```python class MyFactory(factory.F...
0easy
Title: BotKicked exception match string outdated? Body: Looks like the error message string expected by BotKicked exception isn't matching the current Telegram API response. So the `BotKicked` exception is never raised. ## Expected Behavior `BotKicked` exception should be raised. ## Current Behavior `Teleg...
0easy
Title: [Test] E2e Tests for Notebook Examples Body: ### What you would like to be added? We plan to add e2e tests for notebooks in CI/CD, run with papermill. REF: https://github.com/nteract/papermill The notebook examples in need of e2e tests are listed in the following table: Under `examples/v1beta1/kubefl...
0easy
Title: Add Flower Baseline: [FedRS] Body: ### Paper Xin-Chun Li, De-Chuan Zhan. FedRS: Federated Learning with Restricted Softmax for Label Distribution Non-IID Data (KDD'21) ### Link https://dl.acm.org/doi/10.1145/3447548.3467254 ### Maybe give motivations about why the paper should be implemented as a bas...
0easy
Title: Supertrend gives different results on 5min timeframe in TradingView Body: Supertrend indicator is showing me different values in TradingView on 5m timeframe. I'm trying to fix it myself but I have no idea where to start, I'm very new to this. I would appreciate any suggestions. Version: 0.3.14b0
0easy
Title: Improve `--sysinfo` by providing version data and env variables insights Body: ## Feature description Enhance the `--sysinfo` option to include additional useful and relevant information: 1. Indicate the version of gpt-engineer that is running, and specify whether it is a released version or a development ve...
0easy
Title: Curio still mentioned in docs although unsupported since 0.21.0 Body: See discussion https://github.com/encode/httpx/discussions/2232?converting=1, see also comment https://github.com/encode/httpx/discussions/1953#discussioncomment-1715439 Curio is still mentioned in documentation here as being supported: htt...
0easy
Title: Datatree docs should mention that assigning to `.dataset` is allowed Body: ### What is your issue? See https://github.com/xarray-contrib/datatree/issues/312, fyi @flamingbear
0easy
Title: [Feature request] Add apply_to_images to CropNonEmptyMaskIfExists Body:
0easy
Title: Refactor / rewrite Upload_ReactComponent.react.js Body: The `Upload_ReactComponent.react.js` would really need some refactoring. This would make further development a lot easier and the package more maintainable.
0easy
Title: Set the version on pyproject.toml automatically Body: ## Description Set [the version on pyproject.toml file](https://github.com/scanapi/scanapi/blob/master/pyproject.toml#L3) automatically. We want to avoid to manually [bump the version](https://github.com/scanapi/scanapi/pull/212/files#diff-522adf759addbd3b...
0easy
Title: [Feature request] Add apply_to_images to ToSepia Body:
0easy
Title: 增加 stripe 收款设置 Body: 增加 stripe 收款设置 需要接入stripe 并实现展示,主题可以把首页增加只展示一个商品和多个商品进行页面切换
0easy
Title: Race condition when connecting with the same websockets transport twice at the same time Body: Hi @leszekhanusz , First of all, thanks again for implementing the subscription part, that's great! I still get some issues to set up multiple subscriptions and I'm not sure how to solve this. Consider taking you...
0easy
Title: `FileDrop` limit file types with 'accept' Body: I'd like to limit file types accepted by the `FileDrop`, similar to the `FileInput` of #46 , but currently the `FileDrop` does not take the `accept` kwarg
0easy
Title: Confusing name for degree of freedom in Chi2 metrics Body: We currently use `df` to represent degree of freedom in chi^2 metrics. This is confusing as it could potentially be read as dataframe, we may want to change to something like `deg_of_free` or `dff` something less ambiguous
0easy
Title: rare label encoder: add warning when categories in variables are below n_categories Body: Add a warning to inform users that some of the categorical variables in their data sets contain less categories than the limit indicated in the transformer to perform the rare imputation
0easy
Title: np.median raises AssertionError for empty arrays while numpy returns nan Body: ## Reporting a bug - [x] I have tried using the latest released version of Numba (most recent is visible in the release notes (https://numba.readthedocs.io/en/stable/release-notes-overview.html). - [x] I have included a self...
0easy
Title: Make `plot_config` and choice of renderer a global config Body: As described [here](https://lux-api.readthedocs.io/en/latest/source/guide/style.html#styling-custom-plot-settings),`plot_config` is used for setting the plotting style for the rendered visualization. Currently, this is a property that is tied with ...
0easy
Title: Replacing hard coded /tmp/ for some instances in the code Body: # /tmp/ has been hard coded in some instances This will be replaced with https://docs.python.org/3/library/tempfile.html which has been well implemented in some instances in the code.
0easy
Title: OpenSSF Best Practices Badge metric API Body: The canonical definition is here: https://chaoss.community/?p=3939
0easy
Title: Deprecate `elapsed_time_to_string` accepting time as milliseconds Body: The `robot.utils.elapsed_time_to_string` utility function currently accepts the elapsed time to be formatted as an integer or float representing milliseconds. This made sense earlier, because the `elapsedtime` attribute of our result model o...
0easy
Title: Interactive Visualizer demos with Binder Body: Using Ipywidgets, we can create interactive Yellowbrick visualizations. I would like to allow other users to see these interactive demos using Binder. Currently our README has a Binder button that launches a Docker with our examples.ipynb notebook viewable. This...
0easy
Title: Type conversion: Ignore hyphens when matching enum members Body: Enum conversion is already now case, space and underscore insensitive (#3611). Ignoring also hyphens would mean that enums like ```python class Click(Enum): left_click = auto() right_click = auto() ``` could be used as `left-click` in...
0easy
Title: Add max length to `secure_filename()` Body: There is already a `TODO` in the source code ([falcon/util/misc.py](https://github.com/falconry/falcon/blob/master/falcon/util/misc.py#L367)): ```python # TODO(vytas): max_length (int): Maximum length of the returned # filename. Should the returned filen...
0easy
Title: support for debugging R scripts Body: Currently, the `Task.debug()` method only works on Python. If someone tries to debug an R script, this happens: ```py --------------------------------------------------------------------------- NotImplementedError Traceback (most recent call last) ...
0easy
Title: Handle edge case search queries better Body: We should do some preprocessing of `search_query` here to prevent errors in edge cases, e.g. where the query ends with an operator like `&` or `|`. Words separated by only a space and no operator also have no effect currently, we could modify these such that `&` is...
0easy
Title: Add MFLES from StatsForecast Body: MFLES is a newer model that was implemented in Nixtla's statsforecast: https://nixtlaverse.nixtla.io/statsforecast/docs/models/mfles.html Since there are other StatsForecasts methods (theta/ets/arima etc) hopefully it is easy to add this as well! Let me know if there are...
0easy
Title: [ENH] technical roadmap 2025 Body: Umbrella issue for collecting, consolidating, and prioritizing roadmap items for the 2025 increment. How to contribute: * user or developer - community suggestions appreciated in this thread! * new to open source and want to contribute code? Check if you see sth interesting a...
0easy
Title: OperatingSystem library docs have broken link / title Body: https://robotframework.org/robotframework/latest/libraries/OperatingSystem.html contains three broken HTML snippets I could identify: One in Table of Contents: <img width="301" alt="Screenshot 2023-01-24 at 14 58 38" src="https://user-images.githubuse...
0easy
Title: Support for Modin Body: ### 🚀 The feature This is a feature proposal, more than a feature request: shall we support [`modin`](https://github.com/modin-project/modin) in pandas-ai? The implementation would require: - an additional dependency - optional logic to check if `modin` is installed, if marked a...
0easy
Title: Incorrect typing of variable_values Body: In `AIOHTTPTransport.execute` and `AsyncTransport.execute`, `variable_values` is typed as `Optional[Dict[str, str]]`. GraphQL variable objects are not limited to string values, so this typing is not right. The typing used in `RequestTransport.execute` is more appropr...
0easy
Title: [ENH] Tigergraph bindings via PyTigergraph Body: PyTigerGraph is aiming to provide stable Python bindings for TigerGraph, which may provide for better speed and upgrades vs. PyGraphistry maintaining the current direct REST bindings. This is currently blocked by the inability to load large datasets. The targe...
0easy
Title: No size of models in docs Body: Would be nice if the docs included info on how many models come included and how large they are, similar to what's available for Whisper https://github.com/openai/whisper ![Screen Shot 2022-11-11 at 9 20 28 PM](https://user-images.githubusercontent.com/7200471/201425285-1ab39b...
0easy
Title: Move in-code comments in `new_blocks.md` to admonitions Body: See this conversation: [https://github.com/Significant-Gravitas/AutoGPT/pull/8725#discussion_r1872537543](https://github.com/Significant-Gravitas/AutoGPT/pull/8725#discussion_r1872537543)
0easy
Title: [New feature] Add apply_to_images to ChromaticAbberation Body:
0easy
Title: Add warning message near chat window about model hallucinations Body: A broader audience now begins to chat with our models. I saw multiple youtube videos in which people were not sure if OpenAssistant had an internet connection (search etc.) and they simply asked OA which sometimes stated that it would have int...
0easy
Title: [BUG] the new version having trouble while running Body: the new version which is released 4 hrs back is not working on my existing colab notebook, its having this issue- NameError Traceback (most recent call last) [<ipython-input-2-e076c01ca006>](https://localhost:8080/#) in <c...
0easy
Title: Add convenience methods to export and import fine-tuned prompts Body: I can run["deep" prompt-tuning](https://github.com/bigscience-workshop/petals/blob/main/examples/prompt-tuning-personachat.ipynb) successfully. but, how can I export the prefix tokens from the Petals client? and, how can I use the prefix ...
0easy
Title: [example] using Hamilton with duckdb Body: # idea https://duckdb.org/ is a hot new tool. It could be a nice way to load data for people. We should show some ways people could use it with Hamilton. IIRC duckdb does predicate push down when querying files like parquet, which can be faster than loading them via p...
0easy
Title: Warn if x=0 when prior='log-uniform' / Space instance should check that bounds are valid Body: I got the exception below while running forest_minimize(). I checked and the objective function never returned a NaN/inf. The objective function was using precision@6 as a metric. It had just run 11 iterations. The...
0easy