promptulate icon indicating copy to clipboard operation
promptulate copied to clipboard

๐Ÿš€Large language model automation and Autonomous Language Agents development framework. Build your LLM Agent Application in a pythonic way!

Results 81 promptulate issues
Sort by recently updated
recently updated
newest added

## ๐Ÿš€ Feature Request Currently, we cannot enable stream if setting output schema. Eg: ```python from typing import List import promptulate as pne from pydantic import BaseModel, Field class LLMResponse(BaseModel):...

enhancement

## ๐Ÿš€ Feature Request We hope use some tiny [user case ](https://undertone0809.github.io/promptulate/#/modules/usercases/intro?id=user-cases) to help development startup. An idea is we can build a AI websearch website for user. We can...

enhancement
good first issue

## ๐Ÿš€ Feature Request Add the retry mechanism to increase the robustness of the system because LLM output is unstable and sometimes not output in the specified format if formatted....

enhancement
good first issue

## ๐Ÿš€ Feature Request Add pne.chat() use openai provider to proxy some specified model, eg: ```python import promptulate as pne pne.chat(messages="hello", model="gpt-4-turbo") ``` If developer want to use openai provider...

enhancement
good first issue

remove ChatOpenAI usage, pne.LLMFactory.build(...) is recommended. docs: https://undertone0809.github.io/promptulate/#/modules/llm/llm-factory-usage?id=llmfactory Click here to review the code @Hizeros @ruanrongman ![image](https://github.com/Undertone0809/promptulate/assets/72488598/ee2a7cdd-d19f-4133-b79e-9c0d75deaa8c)

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...

dependencies
python

Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.1.16 to 0.1.17. Release notes Sourced from langchain's releases. langchain==0.1.17 Release langchain==0.1.17 Package-specific release note generation coming soon. Commits 14422a4 langchain: fix core dep (#21128) 6c938da langchain:...

dependencies
python

Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 3.21.1 to 3.21.2. Changelog Sourced from marshmallow's changelog. 3.21.2 (2024-05-01) Bug fixes: Allow timestamp 0 in fields.DateTime (:issue:2133). Thanks :user:flydzen for reporting. Commits 511b8c5 Bump version and...

dependencies
python

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.15 to 0.4.3. Release notes Sourced from ruff's releases. v0.4.3 Changes Enhancements Add support for PEP 696 syntax (#11120) Preview features [refurb] Use function range for reimplemented-operator...

dependencies
python