Skip to content

Commit 1376b9e

Browse files
committed
url updates
1 parent 3fdb5a2 commit 1376b9e

File tree

26,718 files changed

+41
-4002888
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

26,718 files changed

+41
-4002888
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,14 +158,15 @@ To change output parameters edit server.py
158158

159159
```Python
160160
cohere_generate_text_request.max_tokens = 500 # choose number of tokens 1-4000
161-
cohere_generate_text_request.temperature = 0.75 # adjust temperature
162-
cohere_generate_text_request.top_p = 0.7 # adjust top_p
161+
cohere_generate_text_request.temperature = 0.75 # adjust temperature 0-1
162+
cohere_generate_text_request.top_p = 0.7 # adjust top_p 0-1
163163
cohere_generate_text_request.frequency_penalty = 1.0 # adjust frequency_penalty
164164
```
165165

166166
## URLs
167-
* developer.oracle.com/ai
168-
* oracle.com/ai
167+
168+
- [Oracle AI](oracle.com/ai)
169+
- [AI for Developer](developer.oracle.com/ai)
169170

170171
## Contributing
171172
This project is open source. Please submit your contributions by forking this repository and submitting a pull request! Oracle appreciates any contributions that are made by the open source community.

service/python/.gitignore

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# General
2+
.DS_Store
3+
.AppleDouble
4+
.LSOverride
5+
6+
# Icon must end with two \r
7+
Icon
8+
9+
10+
# Thumbnails
11+
._*
12+
13+
# Files that might appear in the root of a volume
14+
.DocumentRevisions-V100
15+
.fseventsd
16+
.Spotlight-V100
17+
.TemporaryItems
18+
.Trashes
19+
.VolumeIcon.icns
20+
.com.apple.timemachine.donotpresent
21+
22+
# Directories potentially created on remote AFP share
23+
.AppleDB
24+
.AppleDesktop
25+
Network Trash Folder
26+
Temporary Items
27+
.apdisk
28+
29+
# ignore common security keys
30+
.key
31+
.crt
32+
.csr
33+
.pem
34+
35+
#temp directory ignore
36+
deploy/

service/python/genai/bin/Activate.ps1

Lines changed: 0 additions & 247 deletions
This file was deleted.

service/python/genai/bin/activate

Lines changed: 0 additions & 63 deletions
This file was deleted.

service/python/genai/bin/activate.csh

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)