This repository was archived by the owner on Aug 4, 2024. It is now read-only.
File tree 3 files changed +9
-7
lines changed
3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 7
7
tasks :
8
8
- name : Dev
9
9
init : |
10
- bin/setup
11
10
pyenv uninstall -f 3.11.1
12
11
env PYTHON_CONFIGURE_OPTS='--enable-shared' pyenv install -f 3.10
13
12
pyenv global -f 3.10
14
13
pip install guidance
15
14
gp env PYTHONPATH='/workspace/.pyenv_mirror/user/3.10.9/lib/python3.10/site-packages'
15
+ bin/setup
16
16
env :
17
17
PYTHONPATH : ' /workspace/.pyenv_mirror/user/3.10.9/lib/python3.10/site-packages'
Original file line number Diff line number Diff line change @@ -46,6 +46,8 @@ using an env variable for the below:
46
46
``` bash
47
47
export OPENAI_API_KEY=< your key>
48
48
```
49
+ These keys can be found at https://platform.openai.com/account/api-keys if you
50
+ have an account.
49
51
50
52
### Usage
51
53
``` ruby
Original file line number Diff line number Diff line change 1
- require_relative "lib/guidance_lib /version"
1
+ require_relative "lib/guidance /version"
2
2
3
3
Gem ::Specification . new do |spec |
4
4
spec . name = "guidance"
5
- spec . version = GuidanceLib ::VERSION
5
+ spec . version = Guidance ::VERSION
6
6
spec . authors = [ "Noah Horton" ]
7
7
spec . email = [ "[email protected] " ]
8
8
9
9
spec . summary = "Microsoft Guidance for Ruby"
10
- spec . homepage = "https://github.com/Unsupervisedcom/guideance-rails "
10
+ spec . homepage = "https://github.com/Unsupervisedcom/guideance"
11
11
spec . license = "MIT"
12
12
spec . required_ruby_version = ">= 3.0"
13
13
14
14
spec . metadata = {
15
- "bug_tracker_uri" => "https://github.com/Unsupervisedcom/guideance-rails /issues" ,
16
- "changelog_uri" => "https://github.com/Unsupervisedcom/guideance-rails /releases" ,
17
- "source_code_uri" => "https://github.com/Unsupervisedcom/guideance-rails " ,
15
+ "bug_tracker_uri" => "https://github.com/Unsupervisedcom/guideance/issues" ,
16
+ "changelog_uri" => "https://github.com/Unsupervisedcom/guideance/releases" ,
17
+ "source_code_uri" => "https://github.com/Unsupervisedcom/guideance" ,
18
18
"homepage_uri" => spec . homepage ,
19
19
"rubygems_mfa_required" => "true"
20
20
}
You can’t perform that action at this time.
0 commit comments