This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from duckduckgo_search import DDGS | |
from typing import List, Dict | |
import openai | |
from typing import Optional | |
from datetime import datetime | |
client = openai.OpenAI( | |
api_key="sk-xxxxx", | |
base_url="https://api.lkeap.cloud.tencent.com/v1", | |
) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Manus AI Assistant Capabilities | |
## Overview | |
I am an AI assistant designed to help users with a wide range of tasks using various tools and capabilities. This document provides a more detailed overview of what I can do while respecting proprietary information boundaries. | |
## General Capabilities | |
### Information Processing | |
- Answering questions on diverse topics using available information | |
- Conducting research through web searches and data analysis |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<context> | |
# Overview | |
[Provide a high-level overview of your product here. Explain what problem it solves, who it's for, and why it's valuable.] | |
# Core Features | |
[List and describe the main features of your product. For each feature, include: | |
- What it does | |
- Why it's important | |
- How it works at a high level] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<context> | |
# Overview | |
[Provide a high-level overview of your product here. Explain what problem it solves, who it's for, and why it's valuable.] | |
# Core Features | |
[List and describe the main features of your product. For each feature, include: | |
- What it does | |
- Why it's important | |
- How it works at a high level] |
OlderNewer