Skip to content

Releases: Undertone0809/promptulate

v1.13.1

05 Feb 07:55
17ef8db
Compare
Choose a tag to compare

👋 Hello and welcome to the release notes for Promptulate v1.13.1! We're excited to share some new updates that we believe will enhance your experience with Promptulate.

For detailed information, please visit our official documentation: Promptulate Documentation

To see the code, report issues, or contribute, check out our GitHub repository: Promptulate on GitHub

What’s Changed

🚀 Features

🔧 Fixes & Refactoring

📝 Documentation

⬆️ Dependencies updates

👥 List of contributors

@Undertone0809, @dependabot, @dependabot[bot], @longsihua2026 and @ruanrongman

v1.13.0

28 Jan 15:31
093ac5e
Compare
Choose a tag to compare

👋 Hello and welcome to the release notes for Promptulate v1.12.2! We're excited to share some new updates that we believe will enhance your experience with Promptulate.

For detailed information, please visit our official documentation: Promptulate Documentation

To see the code, report issues, or contribute, check out our GitHub repository: Promptulate on GitHub

What’s Changed

📦 Build System & CI/CD

  • feat: add zhipu llm support and fix some already know bugs (#342) @ruanrongman

📝 Documentation

  • feat: add zhipu llm support and fix some already know bugs (#342) @ruanrongman

⬆️ Dependencies updates

👥 List of contributors

@Undertone0809, @dependabot, @dependabot[bot] and @ruanrongman

v1.12.1

22 Jan 18:20
fb69cab
Compare
Choose a tag to compare

👋 Hello and welcome to the release notes for Promptulate v1.12.1! We're excited to share some new updates that we believe will enhance your experience with Promptulate.

For detailed information, please visit our official documentation: Promptulate Documentation

To see the code, report issues, or contribute, check out our GitHub repository: Promptulate on GitHub

What’s Changed

🚀 Features

🔧 Fixes & Refactoring

📦 Build System & CI/CD

👥 List of contributors

@Undertone0809

v1.12.0

22 Jan 15:58
52c6c32
Compare
Choose a tag to compare

👋 Hello and welcome to the release notes for Promptulate v1.11.3! We're excited to share some new updates that we believe will enhance your experience with Promptulate.

For detailed information, please visit our official documentation: Promptulate Documentation

To see the code, report issues, or contribute, check out our GitHub repository: Promptulate on GitHub

What’s Changed

🚀 Features

⬆️ Dependencies updates

👥 List of contributors

@Undertone0809, @dependabot, @dependabot[bot], @ruanrongman and @sweep-ai

v1.11.2

14 Jan 13:47
791e5b9
Compare
Choose a tag to compare

👋 Hello and welcome to the release notes for Promptulate v1.11.2! We're excited to share some new updates that we believe will enhance your experience with Promptulate.

For detailed information, please visit our official documentation: Promptulate Documentation

To see the code, report issues, or contribute, check out our GitHub repository: Promptulate on GitHub

What’s Changed

📝 Documentation

⬆️ Dependencies updates

👥 List of contributors

@Undertone0809, @dependabot, @dependabot[bot], @longsihua2026 and @ruanrongman

v1.11.1

11 Jan 19:53
584387e
Compare
Choose a tag to compare

👋 Hello and welcome to the release notes for Promptulate v1.11.1! We're excited to share some new updates that we believe will enhance your experience with Promptulate.

For detailed information, please visit our official documentation: Promptulate Documentation

To see the code, report issues, or contribute, check out our GitHub repository: Promptulate on GitHub

What’s Changed

🚀 Features

📝 Documentation

👥 List of contributors

@Undertone0809

v1.11.0

09 Jan 19:37
bd85e15
Compare
Choose a tag to compare

👋 Hello and welcome to the release notes for Promptulate v1.11.0! We're excited to share some new updates that we believe will enhance your experience with Promptulate.

For detailed information, please visit our official documentation: Promptulate Documentation

To see the code, report issues, or contribute, check out our GitHub repository: Promptulate on GitHub

See the awesome custom Tool usage: https://undertone0809.github.io/promptulate/#/modules/tools/custom_tool_usage?id=custom-tool

Now you can define your custom tools as follows:

import promptulate as pne


def web_search(keyword: str) -> str:
    """search by keyword in web.
    Args:
        keyword: keyword to search

    Returns:
        str: search result
    """
    return "result"


agent = pne.ToolAgent(tools=[web_search])
resp: str = agent.run("What's the weather in NewYork tomorrow?")

What’s Changed

🚀 Features

🔧 Fixes & Refactoring

📦 Build System & CI/CD

📝 Documentation

⬆️ Dependencies updates

👥 List of contributors

@Undertone0809, @dependabot, @dependabot[bot] and @ruanrongman

v1.10.1

19 Dec 09:23
ca5526b
Compare
Choose a tag to compare

👋Hi there, this is promptulate v1.10.1 release notes. We have updated some interesting features and look forward to your experience.

Official documentation: https://undertone0809.github.io/promptulate/#/
Github repo: https://github.com/Undertone0809/promptulate

What’s Changed

🚀 Features

🔧 Fixes & Refactoring

📝 Documentation

⬆️ Dependencies updates

👥 List of contributors

@Undertone0809, @dependabot and @dependabot[bot]

v1.10.0

10 Dec 20:59
3a77c45
Compare
Choose a tag to compare

👋Hi there, welcome to enjoy new feature of pne.chat()

https://undertone0809.github.io/promptulate/#/modules/chat_usage?id=chat

🚀 Features

🔧 Fixes & Refactoring

📦 Build System & CI/CD

📝 Documentation

⬆️ Dependencies updates

👥 List of contributors

@Undertone0809, @dependabot, @dependabot[bot] and @ruanrongman

v1.9.1

19 Nov 06:25
794fa72
Compare
Choose a tag to compare

What’s Changed

🚀 Features

🔧 Fixes & Refactoring

⬆️ Dependencies updates

👥 List of contributors

@Undertone0809, @dependabot and @dependabot[bot]