-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.copier-config.yaml
48 lines (45 loc) · 1.91 KB
/
.copier-config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Changes here will be overwritten by Copier; do NOT edit manually
_commit: v0.14.3
_src_path: gh:entelecheia/hyperfast-python-template
author: Young Joon Lee
build_and_release: true
code_template_answers_file: .copier-hyfi-config.yaml
code_template_source: gh:entelecheia/hyfi-template
codecov_graph_token: wwvt5uOSYi
copyright_year: 2024
documentaion_tool: jupyter-book
documentation_url: https://hyfi-lpg.entelecheia.ai
email: entelecheia@hotmail.com
favicon_path: https://assets.entelecheia.ai/favicon.png
friendly_name: HyFI-LPG
github_repo_name: hyfi-lpg
github_username: entelecheia
google_analytics_id: G-VMN7QWCMSV
logo_path: ''
main_branch: main
open_link: false
package_name: hylpg
package_scripts:
- hylpg = 'hylpg.__cli__:main'
poe_task_files:
- .tasks.toml
- .tasks-extra.toml
project_description: 'HyFI-LPG is a powerful plugin for the HyFI framework, designed
to streamline the integration and utilization of large language models (LLMs)
in text processing and analysis tasks. This plugin aims to provide researchers
and practitioners with a seamless and efficient workflow, enabling them to harness
the full potential of LLMs for various applications.
With HyFI-LPG, users can easily incorporate state-of-the-art language models into
their projects, leveraging their advanced capabilities for natural language understanding,
generation, and manipulation. The plugin offers a user-friendly interface and
a comprehensive set of tools and utilities, making it accessible to both novice
and experienced users.'
project_license: MIT
project_name: hyfi-lpg
project_short_description: HyFI-LPG is a powerful HyFI plugin for seamless integration
and utilization of large language models in text processing and analysis tasks,
enabling efficient workflows for researchers and practitioners.
upload_to_release: true
upload_to_repository: true
use_launch_buttons: true
use_source_code_skeleton: true