Tencent / Tencent/digitalhuman
ScriptAgent代码问题
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 361
- Forks
- 52
- PR merge metrics
- No merged PRs in 30d
Description
ScriptAgent代码里面有个Api类,
执行后会去请求这个HOST:
HOST = "trpc-gpt-eval.production.polaris"
self.host = "http://{}:8080".format(HOST)
这个服务的启动代码好像没找到
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the ScriptAgent Api class and tracing the code that builds requests to trpc-gpt-eval.production.polaris:8080. Search the repository for this host and any service startup or deployment entry points. Done means the service startup path is identified or the missing service setup is clearly documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100